1: <?php
2:
3: namespace Gumlet;
4:
5: /**
6: * PHP Exception used in the ImageResize class
7: */
8: class ImageResizeException extends \Exception
9: {
10: }
11: