The LuaSandboxTimeoutError class

(PECL luasandbox >= 1.0.0)

Introduction

Exception thrown when the configured CPU time limit is exceeded.

Class synopsis

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