(PHP 7, PHP 8)
Throwable 是能被 throw 語(yǔ)句拋出的最基本的接口(interface),包含了 Error 和 Exception 。
throw
注意: PHP 類(lèi)無(wú)法直接實(shí)現 (implement) Throwable 接口,而應當去繼承 Exception。
注意:
PHP 類(lèi)無(wú)法直接實(shí)現 (implement) Throwable 接口,而應當去繼承 Exception。