<?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();
}