<?php namespace lc\wechat\wxpay\base; /** * 微信支付API异常类. */ class WxPayException extends \Exception { public function errorMessage() { return $this->getMessage(); } }