Documentation

TplScriptCodeInterpreterInvalidVariable extends TplScriptCodeInterpreterError
in package

Table of Contents

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

Constants

Properties

$errorIndex

public int $errorIndex

$errorMessage

public string $errorMessage

Methods

__construct()

TplScriptCodeInterpreterSyntaxError constructor.

public __construct([string $variable = '' ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$variable : string = ''
$code : int
$previous : Throwable|null = null
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