UpdateFailed
extends ServerException
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$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
Methods
__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