diff options
Diffstat (limited to 'engine/classes/DataFormatException.php')
-rw-r--r-- | engine/classes/DataFormatException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/DataFormatException.php b/engine/classes/DataFormatException.php index 50d25f56f..0f28a0902 100644 --- a/engine/classes/DataFormatException.php +++ b/engine/classes/DataFormatException.php @@ -3,7 +3,7 @@ * Data format exception * An exception thrown when there is a problem in the format of some data. * - * @package Elgg.Core + * @package Elgg.Core * @subpackage Exceptions.Stub */ class DataFormatException extends Exception {} |