b78afd18240c800b1185a6a8f32605c7251035f7
[yaffs-website] / vendor / mikey179 / vfsStream / src / main / php / org / bovigo / vfs / vfsStreamException.php
1 <?php
2 /**
3  * This file is part of vfsStream.
4  *
5  * For the full copyright and license information, please view the LICENSE
6  * file that was distributed with this source code.
7  *
8  * @package  org\bovigo\vfs
9  */
10 namespace org\bovigo\vfs;
11 /**
12  * Exception for vfsStream errors.
13  *
14  * @api
15  */
16 class vfsStreamException extends \Exception
17 {
18     // intentionally empty
19 }