aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/IOException.php
blob: 683be32a19c7acc5678120d3e4dc2ceefdf914d1 (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 {}