Elgg  Version 5.1
IOException.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
12 class IOException extends Exception {
13 
14 }
An IO Exception, throw when an IO Exception occurs.
Definition: IOException.php:12
Base exception of exceptions in the Elgg system.
Definition: Exception.php:11