File indexing completed on 2025-03-02 05:33:38

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