feat: move miniapp server project
This commit is contained in:
parent
4a940f28ba
commit
96d9063b13
178 changed files with 9699 additions and 5044 deletions
12
app/exceptions/ParamsValidateException.php
Normal file
12
app/exceptions/ParamsValidateException.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace app\exceptions;
|
||||
|
||||
use think\Exception;
|
||||
|
||||
/**
|
||||
* 参数校验异常类
|
||||
*/
|
||||
class ParamsValidateException extends Exception
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue