Files
liche/api/third_party/WXpay/WxPay.Exception.php
T
2021-07-05 09:56:27 +08:00

14 lines
178 B
PHP
Executable File

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