This commit is contained in:
“wanyongkang”
2022-03-21 18:05:51 +08:00
parent 506e4db0b0
commit a9e4c83e0a
1117 changed files with 148503 additions and 75 deletions

View File

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