Add method to verify user input exists as class constant of given type

This commit is contained in:
2011-08-28 12:56:53 +01:00
parent 23cca3ff74
commit f0012d7be2
3 changed files with 36 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class SihnonFramework_Exception_AlreadyInitialisted extends SihnonFramework_E
class SihnonFramework_Exception_NotImplemented extends SihnonFramework_Exception {};
class SihnonFramework_Exception_MissingDefinition extends SihnonFramework_Exception {};
class SihnonFramework_Exception_ClassNotFound extends SihnonFramework_Exception {};
class SihnonFramework_Exception_TemplateException extends SihnonFramework_Exception {};
class SihnonFramework_Exception_AbortEntirePage extends SihnonFramework_Exception_TemplateException {};