1: <?php
2:
3: namespace WideImage\Exception;
4:
5: /**
6: * @package Exceptions
7: *
8: * Class for invalid GD function calls result (for example those that return bool)
9: */
10: class GDFunctionResultException extends Exception {}
11: