1: <?php
2:
3: namespace WideImage\Operation\Exception;
4:
5: /**
6: * An Exception for when an invalid fit method is passed
7: *
8: * @package Internal/Operations
9: */
10: class InvalidFitMethodException extends \WideImage\Exception\Exception {}
11: