dd/vendor/intervention/image/src/Exceptions/NotSupportedException.php
2026-01-02 19:10:22 +08:00

11 lines
139 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Intervention\Image\Exceptions;
class NotSupportedException extends RuntimeException
{
//
}