php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 530 forks source link

feat: adds NotFoundException when file does not exit #853

Closed playmono closed 9 months ago

playmono commented 10 months ago

This is very helpful to catch NotFoundException errors and return 404 to the user.

mlocati commented 10 months ago

For backward compatibility, I'd make the new NotFoundException exception extending Imagine\Exception\InvalidArgumentException