liiistem-miniapp/app/exceptions/ParamsValidateException.php

12 lines
141 B
PHP

<?php
namespace app\exceptions;
use think\Exception;
/**
* 参数校验异常类
*/
class ParamsValidateException extends Exception
{
}