File indexing completed on 2025-01-26 05:29:13

0001 <?php
0002 
0003 namespace Intervention\Image\Exception;
0004 
0005 class NotReadableException extends ImageException
0006 {
0007     # nothing to override
0008 }