for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WideImage\Operation\Exception;
/**
* An Exception for when an invalid fit method is passed
*
* @package Internal/Operations
*/
class InvalidFitMethodException extends \WideImage\Exception\Exception {}