for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Invalid preset Exception
*/
namespace Onigoetz\Imagecache\Exceptions;
* Returns an exception when a preset doesn't exist
*
* @author Stéphane Goetz
class InvalidPresetException extends \Exception
{
}