Initial commit
[2ch-be.git] / dev-test / new / include / Core / Exception / ImageWorkshopLayerException.php
blobeac77ca81c683a6154e0cb9545bb1a318cf2c0b1
1 <?php
3 namespace PHPImageWorkshop\Core\Exception;
5 use PHPImageWorkshop\Exception\ImageWorkshopBaseException as ImageWorkshopBaseException;
7 // If no autoloader, uncomment these lines:
8 //require_once(__DIR__.'/../../Exception/ImageWorkshopBaseException.php');
10 /**
11 * ImageWorkshopLayerException
13 * Manage ImageWorkshopLayer 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 ImageWorkshopLayerException extends ImageWorkshopBaseException