1: <?php
2: /**
3: * Created by PhpStorm.
4: * User: theo
5: * Date: 9/6/17
6: * Time: 10:55 AM
7: */
8:
9: namespace Jlab\Eloglib;
10:
11: /**
12: * An Exception that results during Input or Output operations with the File System.
13: *
14: * @package Jlab\Eloglib
15: */
16: class IOException extends \Exception
17: {
18:
19: }