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

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

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class DecoderException extends \RuntimeException
{
}