/packages/Image/Image/Exceptions/ImageException.class.php
PHP | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 7120f7a1f8c2f196babbfe4d774dc36b MD5 | raw file
1<?php
2class ImageException extends Exception
3{
4
5}
1<?php
2class ImageException extends Exception
3{
4
5}