PHP - Manual: Throwable::getCode
2024-11-12
(PHP 7, PHP 8)
Throwable::getCode — 获取异常代码
返回 thrown 对象关联的的错误号。
此函数没有参数。
返回 Exception 的 int 异常代码, 但如果是 Exception 的子类,可能会使其他类型(例如,PDOException 返回的类型是 string )。
官方地址:https://www.php.net/manual/en/throwable.getcode.php