<?php
namespace App\Exceptions;
class WalletFrozenException extends BizException
{
public function __construct()
parent::__construct('可提账户已被冻结');
}