Added first attempt at input validation framework
This commit is contained in:
@@ -44,5 +44,8 @@ class SihnonFramework_Exception_AuthException extends SihnonFramework_E
|
||||
class SihnonFramework_Exception_UnknownUser extends SihnonFramework_Exception_AuthException {};
|
||||
class SihnonFramework_Exception_IncorrectPassword extends SihnonFramework_Exception_AuthException {};
|
||||
|
||||
class SihnonFramework_Exception_ValidationException extends SihnonFramework_Exception {};
|
||||
class SihnonFramework_Exception_InvalidContent extends SihnonFramework_ValidationException {};
|
||||
class SihnonFramework_Exception_InvalidLength extends SihnonFramework_ValidationoException {};
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user