aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/DataFormatException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/DataFormatException.php')
-rw-r--r--engine/classes/DataFormatException.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/classes/DataFormatException.php b/engine/classes/DataFormatException.php
index 2038f1fb7..be443efce 100644
--- a/engine/classes/DataFormatException.php
+++ b/engine/classes/DataFormatException.php
@@ -3,8 +3,7 @@
* Data format exception
* An exception thrown when there is a problem in the format of some data.
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
+ * @package Elgg.Core
+ * @subpackage Exceptions.Stub
*/
class DataFormatException extends Exception {}