(PHP 5 >= 5.1.0, PHP 7)
Exception is the base class for all Exceptions in PHP 5, and the base class for all user exceptions in PHP 7.
In PHP 7, Exception implements the Throwable interface.
The exception message
The exception code
The filename where the exception was created
The line where the exception was created