3 namespace PHPImageWorkshop\Exception
;
5 use PHPImageWorkshop\Exception\ImageWorkshopBaseException
as ImageWorkshopBaseException
;
7 // If no autoloader, uncomment these lines:
8 //require_once(__DIR__.'/ImageWorkshopBaseException.php');
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