Files
addons
app_download_files
extend
alipay
app_alipay
image
org
phpexcel
phpmailer
unionpay
verify
wechat
wxpay
WxException.php
WxJsApiPay.php
WxPayBase.php
WxPayConf.php
WxQrcodePay.php
.htaccess
hyhproject
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/extend/wxpay/WxException.php
2019-09-06 23:53:10 +08:00

9 lines
126 B
PHP
Executable File

<?php
class WxException extends Exception {
public function errorMessage() {
return $this->getMessage ();
}
}
?>