Throwable 是 php7 新增的顶级异常 interface,包含了 Error 和 Exception。
Throwable is the base interface for any object that can be thrown viaa throw statement in PHP 7, including Error and Exception.PHP classes cannot implement the Throwable interface directly, andmust instead extend Exception.