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