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