(PHP 5, PHP 7)
Exception is the base class for all Exceptions in PHP 5, and the base class for all user exceptions in PHP 7.
Before PHP 7, Exception did not implement the Throwable interface.
The exception message
The exception code
The filename where the exception was created
The line where the exception was created