March 2017
Beginner to intermediate
392 pages
8h 19m
English
Error handling is the way we manage the errors and exceptions in our application. This is very important in order to have all the possible errors that can happen in our development detected and organized.
The term error handling is used in development to refer to the process of responding to the occurrence of an exception during the execution.
Usually, the appearance of exceptions breaks the normal workflow of an application execution and executes a registered exception handler, giving us more information about what is happening and, sometimes, how we can avoid the exception.
The way that PHP handles the errors is very basic. A default error message is composed of the filename, line, and a little description ...
Read now
Unlock full access