<?php
namespace App\Exceptions;
class InvalidPaySerialNumberException extends BizException
{
public function __construct()
parent::__construct('无效的支付流水号');
}