git-svn-id: https://msi/svn/firstRepo/Service/trunk@19 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace PHPImageWorkshop\Core\Exception;
|
||||
|
||||
use PHPImageWorkshop\Exception\ImageWorkshopBaseException as ImageWorkshopBaseException;
|
||||
|
||||
// If no autoloader, uncomment these lines:
|
||||
//require_once(__DIR__.'/../../Exception/ImageWorkshopBaseException.php');
|
||||
|
||||
/**
|
||||
* ImageWorkshopLayerException
|
||||
*
|
||||
* Manage ImageWorkshopLayer exceptions
|
||||
*
|
||||
* @link http://phpimageworkshop.com
|
||||
* @author Sybio (Clément Guillemain / @Sybio01)
|
||||
* @license http://en.wikipedia.org/wiki/MIT_License
|
||||
* @copyright Clément Guillemain
|
||||
*/
|
||||
class ImageWorkshopLayerException extends ImageWorkshopBaseException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace PHPImageWorkshop\Core\Exception;
|
||||
|
||||
use PHPImageWorkshop\Exception\ImageWorkshopBaseException as ImageWorkshopBaseException;
|
||||
|
||||
// If no autoloader, uncomment these lines:
|
||||
//require_once(__DIR__.'/../../Exception/ImageWorkshopBaseException.php');
|
||||
|
||||
/**
|
||||
* ImageWorkshopLibException
|
||||
*
|
||||
* Manage ImageWorkshopLib exceptions
|
||||
*
|
||||
* @link http://phpimageworkshop.com
|
||||
* @author Sybio (Clément Guillemain / @Sybio01)
|
||||
* @license http://en.wikipedia.org/wiki/MIT_License
|
||||
* @copyright Clément Guillemain
|
||||
*/
|
||||
class ImageWorkshopLibException extends ImageWorkshopBaseException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user