<?php
/**
* Exception to be thrown when errors occur working with the image manipulation
* API.
*
* @copyright 2012 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
class P4Cms_Image_Exception extends Zend_Exception
{
}