You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
9
extend/wxpay/WxException.php
Executable file
9
extend/wxpay/WxException.php
Executable file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class WxException extends Exception {
|
||||
public function errorMessage() {
|
||||
return $this->getMessage ();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user