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

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

declare(strict_types=1);

namespace Intervention\Image\Exceptions;

class NotWritableException extends RuntimeException
{
}