Просмотр файла vendor/intervention/gif/src/Exceptions/FormatException.php

Размер файла: 125B
<?php

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class FormatException extends \RuntimeException
{
}