mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 12:11:26 +02:00
added NotFoundException
This commit is contained in:
8
src/Intervention/Image/Exception/NotFoundException.php
Normal file
8
src/Intervention/Image/Exception/NotFoundException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class NotFoundException extends \RuntimeException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
Reference in New Issue
Block a user