diff options
Diffstat (limited to 'engine/classes/IOException.php')
-rw-r--r-- | engine/classes/IOException.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/classes/IOException.php b/engine/classes/IOException.php index 683be32a1..e58eae21f 100644 --- a/engine/classes/IOException.php +++ b/engine/classes/IOException.php @@ -1,10 +1,10 @@ -<?php
-/**
- * IOException
- * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions.
- *
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
- */
-class IOException extends Exception {}
+<?php +/** + * IOException + * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions. + * + * @author Curverider Ltd <info@elgg.com> + * @package Elgg + * @subpackage Exceptions + */ +class IOException extends Exception {} |