diff options
Diffstat (limited to 'engine/classes/ClassNotFoundException.php')
| -rw-r--r-- | engine/classes/ClassNotFoundException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ClassNotFoundException.php b/engine/classes/ClassNotFoundException.php index a24034054..6a9bcd327 100644 --- a/engine/classes/ClassNotFoundException.php +++ b/engine/classes/ClassNotFoundException.php @@ -4,7 +4,7 @@ * * Thrown when trying to load a class that doesn't exist. * - * @package Elgg.Core + * @package Elgg.Core * @subpackage Exceptions */ -class ClassNotFoundException extends ClassException {}
\ No newline at end of file +class ClassNotFoundException extends ClassException {} |
