IOException.php
1 <?php
2 /**
3  * wCMF - wemove Content Management Framework
4  * Copyright (C) 2005-2020 wemove digital solutions GmbH
5  *
6  * Licensed under the terms of the MIT License.
7  *
8  * See the LICENSE file distributed with this work for
9  * additional information.
10  */
11 namespace wcmf\lib\io;
12 
13 /**
14  * IOException signals an exception in i/o operations.
15  *
16  * @author ingo herwig <ingo@wemove.com>
17  */
18 class IOException extends \Exception {
19 }
20 ?>
Input/Output related interfaces and classes.
Definition: namespaces.php:21
IOException signals an exception in i/o operations.
Definition: IOException.php:18