diff options
Diffstat (limited to 'engine/classes/NotImplementedException.php')
-rw-r--r-- | engine/classes/NotImplementedException.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/classes/NotImplementedException.php b/engine/classes/NotImplementedException.php index 1937665e0..d1decf75c 100644 --- a/engine/classes/NotImplementedException.php +++ b/engine/classes/NotImplementedException.php @@ -1,10 +1,10 @@ <?php /** * NotImplementedException - * Thrown when a method or function has not been implemented, primarily used in development... you should - * not see these! + * Thrown when a method or function has not been implemented, primarily used + * in development... you should not see these! * - * @package Elgg - * @subpackage Exceptions + * @package Elgg.Core + * @subpackage Exception */ class NotImplementedException extends CallException {} |