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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/IOException.php b/engine/classes/IOException.php
index 77641c421..57403f44c 100644
--- a/engine/classes/IOException.php
+++ b/engine/classes/IOException.php
@@ -3,7 +3,7 @@
* IOException
* An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions.
*
- * @package Elgg
- * @subpackage Exceptions
+ * @package Elgg.Core
+ * @subpackage Exception
*/
class IOException extends Exception {}