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