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