The V8JsException class

(PECL v8js >= 0.1.0)

Introduction

Class synopsis

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
}

Properties

JsFileName

JsLineNumber

JsSourceLine

JsTrace

Table of Contents

To Top