PHP Errors

Let's learn about PHP errors and how to use them.

Using exceptions to stop the execution

As a programmer, you can use exceptions to stop the execution of a function or an entire script. Throwing an exception means there is a problem, and you can’t continue. Once you throw an exception, the remaining code in the function or script will no longer be executed:

Get hands-on with 1200+ tech skills courses.