Documentation

TplScriptCodeInterpreterError extends Error
in package

Table of Contents

MESSAGE_TYPE_UNDEFINED  = 0
$errorIndex  : int
$errorMessage  : string
__construct()  : mixed
TplScriptCodeInterpreterError constructor.
__toString()  : mixed
errorMessage()  : string
toString()  : string

Constants

Properties

$errorIndex

public int $errorIndex

$errorMessage

public string $errorMessage

Methods

__construct()

TplScriptCodeInterpreterError constructor.

public __construct([string $message = '' ], int $code[, Throwable|null $previous = null ][, bool $passPrevious = false ]) : mixed
Parameters
$message : string = ''
$code : int
$previous : Throwable|null = null
$passPrevious : bool = false
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

errorMessage()

public errorMessage() : string
Return values
string

toString()

private toString() : string
Return values
string

Search results