Initial commit
[2ch-be.git] / dev-test / new / include / Exception / ImageWorkshopException.php
blobc2efa97687d0111ee81102d48fcf693bdf0d4d0f
1 <?php
3 namespace PHPImageWorkshop\Exception;
5 use PHPImageWorkshop\Exception\ImageWorkshopBaseException as ImageWorkshopBaseException;
7 // If no autoloader, uncomment these lines:
8 //require_once(__DIR__.'/ImageWorkshopBaseException.php');
10 /**
11 * ImageWorkshopException
13 * Manage ImageWorkshop exceptions
15 * @link http://phpimageworkshop.com
16 * @author Sybio (Clément Guillemain / @Sybio01)
17 * @license http://en.wikipedia.org/wiki/MIT_License
18 * @copyright Clément Guillemain
20 class ImageWorkshopException extends ImageWorkshopBaseException