diff options
Diffstat (limited to 'engine/classes/ClassNotFoundException.php')
-rw-r--r-- | engine/classes/ClassNotFoundException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/classes/ClassNotFoundException.php b/engine/classes/ClassNotFoundException.php new file mode 100644 index 000000000..6a9bcd327 --- /dev/null +++ b/engine/classes/ClassNotFoundException.php @@ -0,0 +1,10 @@ +<?php +/** + * Class not found + * + * Thrown when trying to load a class that doesn't exist. + * + * @package Elgg.Core + * @subpackage Exceptions + */ +class ClassNotFoundException extends ClassException {} |