Magrathea PHP 2

MagratheaApiException extends MagratheaException
in package

Class for Magrathea Api Errors

Table of Contents

Properties

$_data  : mixed
$code  : mixed
$killerError  : mixed
$msg  : mixed
$status  : mixed

Methods

__construct()  : mixed
__toString()  : string
display()  : mixed
GetData()  : mixed
getMsg()  : mixed
SetData()  : MagratheaApiException
Set data
SetStatus()  : MagratheaApiException
Set status
stackTrace()  : mixed

Properties

Methods

__construct()

public __construct([mixed $message = "Magrathea Api Error" ][, mixed $code = 0 ][, mixed $data = null ][, mixed $kill = true ][, Exception $previous = null ]) : mixed
Parameters
$message : mixed = "Magrathea Api Error"
$code : mixed = 0
$data : mixed = null
$kill : mixed = true
$previous : Exception = null

        
On this page

Search results