Table of Contents
Properties
-
$details
: array<string|int, mixed>|null
-
$reason
: string|null
-
$status
: int
Methods
-
__construct()
: mixed
$details
read-only
public
array<string|int, mixed>|null
$details
= null
$reason
read-only
public
string|null
$reason
= null
$status
read-only
public
int
$status
__construct()
public
__construct(string $message, int $status[, string|null $reason = null ][, array<string, mixed>|array<int, mixed>|null $details = null ][, Throwable|null $previous = null ]) : mixed
Parameters
-
$message
: string
-
-
$status
: int
-
-
$reason
: string|null
= null
-
-
$details
: array<string, mixed>|array<int, mixed>|null
= null
-
-
$previous
: Throwable|null
= null
-