thinkphp Turn off debug, how can you let the third party class library throw information can be displayed

Source: Internet
Author: User
Because TP, the use of the throw function, but turn off debug, the error-throwing function is blocked.
If you throw a wrong, skip to the page error and not display the wrong content.
Like payments and other class libraries, I'm referencing, because the program is somewhat unusual to throw, and see the content, how to close in debug, and also see the thrown content.

throw new SDKRuntimeException("统一支付接口中,缺少必填参数openid!trade_type为JSAPI时,openid为必填参数!" . "
");class SDKRuntimeException extends Exception { public function errorMessage() { return $this->getMessage(); }}
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.