File indexing completed on 2025-05-11 05:45:00

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