bingyu-duanxinwangzhan/message-code/message-admin/application/common/wxpay/lib/WxPayException.php

20 lines
270 B
PHP
Executable File

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2019/2/23
* Time: 6:35 PM
*/
namespace app\common\wxpay\lib;
use think\Exception;
class WxPayException extends Exception
{
public function errorMessage()
{
return $this->getMessage();
}
}