From c62fa0083144c5dc5e3bbe0e0352bf6fed006cab Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Sun, 30 Aug 2009 16:26:36 -0400 Subject: [PATCH] Removing old exceptions from quarantine. --- .../InvalidAnnotationValueException.class.php | 11 ----------- .../exceptions/UnknownAnnotationException.class.php | 12 ------------ 2 files changed, 23 deletions(-) delete mode 100644 recess/quarantine/recess/lang/exceptions/InvalidAnnotationValueException.class.php delete mode 100644 recess/quarantine/recess/lang/exceptions/UnknownAnnotationException.class.php diff --git a/recess/quarantine/recess/lang/exceptions/InvalidAnnotationValueException.class.php b/recess/quarantine/recess/lang/exceptions/InvalidAnnotationValueException.class.php deleted file mode 100644 index 7ef25ad..0000000 --- a/recess/quarantine/recess/lang/exceptions/InvalidAnnotationValueException.class.php +++ /dev/null @@ -1,11 +0,0 @@ - - * @copyright 2008, 2009 Kris Jordan - * @package Recess PHP Framework - * @license MIT - * @link http://www.recessframework.org/ - */ -class InvalidAnnotationValueException extends ErrorException { } \ No newline at end of file diff --git a/recess/quarantine/recess/lang/exceptions/UnknownAnnotationException.class.php b/recess/quarantine/recess/lang/exceptions/UnknownAnnotationException.class.php deleted file mode 100644 index 4f2bb28..0000000 --- a/recess/quarantine/recess/lang/exceptions/UnknownAnnotationException.class.php +++ /dev/null @@ -1,12 +0,0 @@ - - * @copyright 2008, 2009 Kris Jordan - * @package Recess PHP Framework - * @license MIT - * @link http://www.recessframework.org/ - */ -class UnknownAnnotationException extends ErrorException { } -?> \ No newline at end of file