shop-php/extend/Fastknife/Exception/ParamException.php

13 lines
140 B
PHP
Raw Normal View History

2023-11-02 14:43:43 +08:00
<?php
declare(strict_types=1);
namespace Fastknife\Exception;
use \RuntimeException;
class ParamException extends RuntimeException
{
}