1: <?php 2: /** 3: * IOException 4: * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions. 5: * 6: * @package Elgg.Core 7: * @subpackage Exception 8: */ 9: class IOException extends Exception {} 10: