<?php
namespace App\Exceptions;
class BalanceNotEnoughException extends BizException
{
public function __construct()
parent::__construct('余额不足');
}