Просмотр файла vendor/intervention/gif/src/Exceptions/EncoderException.php
<?php
declare(strict_types=1);
namespace Intervention\Gif\Exceptions;
class EncoderException extends \RuntimeException
{
}
<?php
declare(strict_types=1);
namespace Intervention\Gif\Exceptions;
class EncoderException extends \RuntimeException
{
}