aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/NotImplementedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/NotImplementedException.php')
-rw-r--r--engine/classes/NotImplementedException.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/engine/classes/NotImplementedException.php b/engine/classes/NotImplementedException.php
index f95c88c47..39e5a2803 100644
--- a/engine/classes/NotImplementedException.php
+++ b/engine/classes/NotImplementedException.php
@@ -1,11 +1,11 @@
-<?php
-/**
- * NotImplementedException
- * Thrown when a method or function has not been implemented, primarily used in development... you should
- * not see these!
- *
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
- */
-class NotImplementedException extends CallException {}
+<?php
+/**
+ * NotImplementedException
+ * Thrown when a method or function has not been implemented, primarily used in development... you should
+ * not see these!
+ *
+ * @author Curverider Ltd <info@elgg.com>
+ * @package Elgg
+ * @subpackage Exceptions
+ */
+class NotImplementedException extends CallException {}