Documentation

MindeeV2HttpException extends MindeeException
in package

Exceptions relating to HTTP errors for the V2 API.

Table of Contents

Properties

$detail  : string|null
$status  : int

Methods

__construct()  : mixed

Properties

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.


        
On this page

Search results