1: <?php
2:
3: namespace WideImage\Exception;
4:
5: /**
6: * @package Exceptions
7: */
8: class UnknownImageOperationException extends Exception {}
9: