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