La clase V8JsException

(PECL v8js >= 0.1.0)

Introducción

Sinopsis de la Clase

classV8JsExceptionextendsException {
protected$JsFileName;
protected$JsLineNumber;
protected$JsSourceLine;
protected$JsTrace;
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicgetJsFileName(): string
finalpublicgetJsLineNumber(): int
finalpublicgetJsSourceLine(): string
finalpublicgetJsTrace(): string
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Propiedades

JsFileName

JsLineNumber

JsSourceLine

JsTrace

Tabla de contenidos

To Top