src/IOException.php source

1 <?php
2
3 namespace phasync;
4
5 /**
6 * A generic file or network input/output error occurred.
7 */
8 class IOException extends \Exception
9 {
10 }
11