<?php
namespace App\Exceptions;
class ShippingNotSupportedException extends BizException
{
public function __construct()
parent::__construct('所在地区不支持配送');
}