diff options
Diffstat (limited to 'engine/classes/ImportException.php')
| -rw-r--r-- | engine/classes/ImportException.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/engine/classes/ImportException.php b/engine/classes/ImportException.php index fd86fc23c..909c599d5 100644 --- a/engine/classes/ImportException.php +++ b/engine/classes/ImportException.php @@ -1,8 +1,8 @@ -<?php
-/**
- * Import exception
- *
- * @package Elgg
- * @subpackage Exceptions
- */
-class ImportException extends DataFormatException {}
\ No newline at end of file +<?php +/** + * Import exception + * + * @package Elgg.Core + * @subpackage Exception + */ +class ImportException extends DataFormatException {} |
