admin-api/vendor/fastknife/ajcaptcha/src/Exception/ParamException.php

13 lines
140 B
PHP

<?php
declare(strict_types=1);
namespace Fastknife\Exception;
use \RuntimeException;
class ParamException extends RuntimeException
{
}