9 lines
125 B
PHP
9 lines
125 B
PHP
<?php
|
|
|
|
namespace Intervention\Image\Exception;
|
|
|
|
class ImageException extends \RuntimeException
|
|
{
|
|
# nothing to override
|
|
}
|