Hi @rpkamp thanks for your explanation. I’m learning a lot from you guys in this forum and you are all very helpful.
Yes I try to use exceptions as much as I can and arch them in a try/catch block. Now I also know that if I forget to use a try/catch block then I can still catch an exception with set_exception_handler and in the mean time also manage all the errors with set_error_handler and register_shutdown_function
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.