diff --git a/source/lib/SihnonFramework/Exceptions.class.php b/source/lib/SihnonFramework/Exceptions.class.php index f7bfa87..bf0b0a0 100644 --- a/source/lib/SihnonFramework/Exceptions.class.php +++ b/source/lib/SihnonFramework/Exceptions.class.php @@ -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 {}; ?>