<?php
namespace App\Exceptions;
class WalletNotEnoughException extends BizException
{
public function __construct()
parent::__construct('可提不足');
}