blob: e58eae21f7adc316881e5defe33aa5657a5f63a2 (
plain)
| 1
2
3
4
5
6
7
8
9
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 {}
 |