<?php
/**
 * IOException
 * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions.
 *
 * @package    Elgg.Core
 * @subpackage Exception
 */
class IOException extends Exception {}