aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/IOException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/IOException.php')
-rw-r--r--engine/classes/IOException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/classes/IOException.php b/engine/classes/IOException.php
new file mode 100644
index 000000000..57403f44c
--- /dev/null
+++ b/engine/classes/IOException.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * IOException
+ * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions.
+ *
+ * @package Elgg.Core
+ * @subpackage Exception
+ */
+class IOException extends Exception {}