Fix typo in exception names

This commit is contained in:
2011-12-26 01:11:37 +00:00
parent 977254fa1d
commit 1cc440a885

View File

@@ -45,7 +45,7 @@ class SihnonFramework_Exception_UnknownUser extends SihnonFramework_E
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 {};
class SihnonFramework_Exception_InvalidContent extends SihnonFramework_Exception_ValidationException {};
class SihnonFramework_Exception_InvalidLength extends SihnonFramework_Exception_ValidationException {};
?>