MindeeV2HttpException
extends MindeeException
in package
Exceptions relating to HTTP errors for the V2 API.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$detail
public
string|null
$detail
Details on the exception.
$status
public
int
$status
Status code as sent by the server.
Methods
__construct()
public
__construct(int $status[, string|null $detail = null ]) : mixed
Parameters
- $status : int
-
HTTP status code, defaults to -1 if not set.
- $detail : string|null = null
-
Optional details on the exception.