1: <?php
2:
3: namespace WideImage\Exception;
4:
5: /**
6: * Thrown when image format isn't supported
7: *
8: * @package Exceptions
9: */
10: class UnsupportedFormatException extends Exception {}
11: