Files
juipphp/extends/wechatpay/lib/WxPay.Exception.php
“wanyongkang” a9e4c83e0a 支付
2022-03-21 18:05:51 +08:00

14 lines
178 B
PHP

<?php
/**
*
* 微信支付API异常类
* @author widyhu
*
*/
class WxPayException extends Exception {
public function errorMessage()
{
return $this->getMessage();
}
}