How do you tell thinkphp not to display an error in the page you want to view and automatically jump after two seconds, but instead to show a specific error?

how to prevent thinkphp from displaying "the page you want to view has an error and will jump automatically after two seconds!"

but directly display the specific error?

Apr.09,2021

redefine the error page yourself.
Please see the official documentation for details.


http://www.thinkphp.cn/topic/. see the document

Menu