MagratheaException
extends Exception
in package
Table of Contents
Properties
- $_data : mixed
- $killerError : mixed
- $msg : mixed
Methods
- __construct() : mixed
- __toString() : string
- display() : mixed
- GetData() : mixed
- getMsg() : mixed
- SetData() : MagratheaApiException
- Set data
- stackTrace() : mixed
Properties
$_data
public
mixed
$_data
= null
$killerError
public
mixed
$killerError
= false
$msg
public
mixed
$msg
= ""
Methods
__construct()
public
__construct(mixed $message[, mixed $code = 0 ][, Exception $previous = null ]) : mixed
Parameters
- $message : mixed
- $code : mixed = 0
- $previous : Exception = null
__toString()
public
__toString() : string
Return values
stringdisplay()
public
display() : mixed
GetData()
public
GetData() : mixed
getMsg()
public
getMsg() : mixed
SetData()
Set data
public
SetData(array<string|int, mixed>|object $data) : MagratheaApiException
Parameters
- $data : array<string|int, mixed>|object
-
data
Return values
MagratheaApiExceptionstackTrace()
public
stackTrace() : mixed