first commit
This commit is contained in:
14
金壶/ydyd_service/extend/wxpayNew/lib/WxPayException.php
Normal file
14
金壶/ydyd_service/extend/wxpayNew/lib/WxPayException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace wxpayNew\lib;
|
||||
/**
|
||||
*
|
||||
* 微信支付API异常类
|
||||
* @author widyhu
|
||||
*
|
||||
*/
|
||||
class WxPayException extends \Exception {
|
||||
public function errorMessage()
|
||||
{
|
||||
return $this->getMessage();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user