1: <?php
2:
3: namespace WideImage\Exception;
4:
5: /**
6: * Thrown when an invalid dimension is passed for some operations
7: *
8: * @package Exceptions
9: */
10: class InvalidImageDimensionException extends Exception {}
11: