(PHP 7)
Throwable is the base interface for any object that can be thrown via a throw statement in PHP 7, including Error and Exception.
Note: PHP classes cannot implement the Throwable interface directly, and must instead extend Exception.
Note:
PHP classes cannot implement the Throwable interface directly, and must instead extend Exception.