<?php
/**
* @createtime 2022/3/15
* @author wild
* @copyright PhpStorm
*/
namespace App\Providers\Pay;
class PayException extends \Exception
{
}