1: <?php
2:
3: namespace WideImage\Exception;
4:
5: /**
6: * Thrown when an image can't be saved (returns false by the mapper)
7: *
8: * @package Exceptions
9: */
10: class UnknownErrorWhileMappingException extends Exception {}
11: