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