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