Throwable

(PHP 7, PHP 8)

简?/h2>

Throwable 是能?throw 语句抛出的最基本的接口(interface),包含? Error ?Exception ?

注意:

PHP 类无法直接实?(implement?Throwable 接口,而应当去继承 Exception?

接口摘要

interface Throwable extends Stringable {
/* 方法 */
public getMessage(): string
public getCode(): int
public getFile(): string
public getLine(): int
public getTrace(): array
public getTraceAsString(): string
abstract public __toString(): string
/* 继承的方?*/
public Stringable::__toString(): string
}

更新日志

版本 说明
8.0.0 现在 Throwable 实现?Stringable?

目录

7i24.Com
l>