6
0
Fork 0
jiqu-library-server/app/Exceptions/PayPasswordIncorrectExcepti...

12 lines
199 B
PHP

<?php
namespace App\Exceptions;
class PayPasswordIncorrectException extends BizException
{
public function __construct()
{
parent::__construct('安全密码错误', 10001);
}
}