PHP 8.4.0 RC3 available for testing

The LuaSandboxFatalError class

(PECL luasandbox >= 1.0.0)

Introdução

Uncatchable LuaSandbox exceptions.

These may not be caught inside Lua using pcall() or xpcall().

Resumo da classe

class LuaSandboxFatalError extends LuaSandboxError {
/* Propriedades herdadas */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Métodos herdados */
final public Exception::getMessage(): string
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top