mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 07:14:31 +02:00
This commit is contained in:
8
src/Intervention/Image/Exception/ImageException.php
Normal file
8
src/Intervention/Image/Exception/ImageException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class ImageException extends \RuntimeException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class InvalidArgumentException extends \RuntimeException
|
||||
class InvalidArgumentException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class MissingDependencyException extends \RuntimeException
|
||||
class MissingDependencyException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class NotFoundException extends \RuntimeException
|
||||
class NotFoundException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class NotReadableException extends \RuntimeException
|
||||
class NotReadableException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class NotSupportedException extends \RuntimeException
|
||||
class NotSupportedException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class NotWritableException extends \RuntimeException
|
||||
class NotWritableException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Intervention\Image\Exception;
|
||||
|
||||
class RuntimeException extends \RuntimeException
|
||||
class RuntimeException extends ImageException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
Reference in New Issue
Block a user