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