Table of Contents
Properties
-
$body
: mixed
-
$cause
: string|null
-
$code
: mixed
-
$data
: mixed
-
$detail
: string|null
-
$fixCode
: string|null
-
$report
: ErrorReport|null
-
$requestId
: string|null
-
$status
: int
-
$type
: string|null
-
$url
: string|null
Methods
-
__construct()
: mixed
$body
public
mixed
$body
$cause
public
string|null
$cause
$code
public
mixed
$code
$data
public
mixed
$data
$detail
public
string|null
$detail
$fixCode
public
string|null
$fixCode
$report
public
ErrorReport|null
$report
= null
$requestId
public
string|null
$requestId
$status
public
int
$status
$type
public
string|null
$type
$url
public
string|null
$url
__construct()
public
__construct(string $message, int $status[, string|null $code = null ][, string|null $type = null ][, string|null $url = null ][, string|null $detail = null ][, string|null $fixCode = null ][, string|null $cause = null ][, mixed $body = null ][, mixed $data = null ][, string|null $requestId = null ]) : mixed
Parameters
-
$message
: string
-
-
$status
: int
-
-
$code
: string|null
= null
-
-
$type
: string|null
= null
-
-
$url
: string|null
= null
-
-
$detail
: string|null
= null
-
-
$fixCode
: string|null
= null
-
-
$cause
: string|null
= null
-
-
$body
: mixed
= null
-
-
$data
: mixed
= null
-
-
$requestId
: string|null
= null
-