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

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

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class NotReadableException extends \RuntimeException
{
}