aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ClassNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ClassNotFoundException.php')
-rw-r--r--engine/classes/ClassNotFoundException.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/classes/ClassNotFoundException.php b/engine/classes/ClassNotFoundException.php
index f344e6b28..f35b2e40a 100644
--- a/engine/classes/ClassNotFoundException.php
+++ b/engine/classes/ClassNotFoundException.php
@@ -1,10 +1,10 @@
<?php
/**
- * ClassNotFoundException
- * An Class not found Exception, throw when an class can not be found occurs.
+ * Class not found
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
+ * 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