11 lines
131 B
PHP
11 lines
131 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Intervention\Gif\Exceptions;
|
|
|
|
class FormatException extends RuntimeException
|
|
{
|
|
//
|
|
}
|