11 lines
139 B
PHP
Executable File
11 lines
139 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Intervention\Image\Exceptions;
|
|
|
|
class NotSupportedException extends RuntimeException
|
|
{
|
|
//
|
|
}
|