初始化代码
This commit is contained in:
13
weixinpay/lib/WxPay.Exception.php
Normal file
13
weixinpay/lib/WxPay.Exception.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* 微信支付API异常类
|
||||
* @author widyhu
|
||||
*
|
||||
*/
|
||||
class WxPayException extends Exception {
|
||||
public function errorMessage()
|
||||
{
|
||||
return $this->getMessage();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user