class ExecutionError extends Collection (View source)

Properties

protected $collection_key
string $errorMessage
string $errorType
protected $scriptStackTraceElementsType
protected $scriptStackTraceElementsDataType

Methods

setErrorMessage($errorMessage)

No description

string
getErrorMessage()

No description

setErrorType($errorType)

No description

string
getErrorType()

No description

setScriptStackTraceElements($scriptStackTraceElements)

No description

Details

setErrorMessage($errorMessage)

No description

Parameters

$errorMessage

string getErrorMessage()

No description

Return Value

string

setErrorType($errorType)

No description

Parameters

$errorType

string getErrorType()

No description

Return Value

string

setScriptStackTraceElements($scriptStackTraceElements)

No description

Parameters

$scriptStackTraceElements

ScriptStackTraceElement[] getScriptStackTraceElements()

No description

Return Value

ScriptStackTraceElement[]