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..f344e6b28 --- /dev/null +++ b/engine/classes/ClassNotFoundException.php @@ -0,0 +1,10 @@ +<?php
 +/**
 + * ClassNotFoundException
 + * An Class not found Exception, throw when an class can not be found occurs.
 + *
 + * @author Curverider Ltd <info@elgg.com>
 + * @package Elgg
 + * @subpackage Exceptions
 + */
 +class ClassNotFoundException extends ClassException {}
\ No newline at end of file | 
