Elgg  Version master
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