The LuaSandboxErrorError class

(PECL luasandbox >= 1.0.0)

Introduction

Exception thrown when Lua encounters an error inside an error handler.

Class synopsis

classLuaSandboxErrorErrorextendsLuaSandboxFatalError {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}
To Top