|
|||
|
Is someone using ErrorException to catch errors as exceptions? If so, how?
PHP: ErrorException - Manual It's not working out for me since the framework has horrid stuff like PHP Code:
My goal is to halt on all errors and exceptions in development phase. And to show a friendly page in production fase on any raised error/exception. I got to the point where i returned the response from the dispatcher as shown in the manual, but then u have a response with 1 or more errors, exceptions. I want to halt my script on any error, exception. Dev or production phase.. Any suggestions? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|