FiberError

(PHP 8 >= 8.1.0)

はじめに

FiberError は、 Fiber に対して不正な操作が行われた場合にスローされます。

クラス概要

finalclassFiberErrorextendsError {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
public__construct()
finalpublicError::getCode(): int
finalpublicError::getFile(): string
finalpublicError::getLine(): int
finalpublicError::getTrace(): array
}

目次

To Top