...

/

PHP Exceptions

PHP Exceptions

This lesson discusses what exceptions are and how PHP allows you to handle them.

What is an Exception? #

An exception is an unexpected program result that can be handled by the program itself. ...