(PHP 7, PHP 8)
Throwable::getCode — 获取异常代码
返回与抛出对象关联的错误代码。
此函数没有参数。
在 Exception 中返回异常代码作为 int,但在 Exception 的后代中可能返回其他类型(例如,在 PDOException 中作为 string)。