diff options
Diffstat (limited to 'engine/classes/DataFormatException.php')
-rw-r--r-- | engine/classes/DataFormatException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/classes/DataFormatException.php b/engine/classes/DataFormatException.php new file mode 100644 index 000000000..0f28a0902 --- /dev/null +++ b/engine/classes/DataFormatException.php @@ -0,0 +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 {} |