1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 12:11:26 +02:00

added NotFoundException

This commit is contained in:
Oliver Vogel
2014-05-18 12:35:33 +02:00
parent b603d29ffd
commit cce735016e

View File

@@ -0,0 +1,8 @@
<?php
namespace Intervention\Image\Exception;
class NotFoundException extends \RuntimeException
{
# nothing to override
}