class FLeaderApiException extends Exception

Class FLeaderApiException

Properties

protected $httpStatus
protected $httpBody
protected $jsonBody
protected $httpHeaders

Methods

__construct(string $message, null $httpStatus = null, null $httpBody = null, null $jsonBody = null, null $httpHeaders = null)

FLeaderApiException constructor.

getHttpStatus()

No description

getHttpBody()

No description

getJsonBody()

No description

getHttpHeaders()

No description

Details

at line 26
__construct(string $message, null $httpStatus = null, null $httpBody = null, null $jsonBody = null, null $httpHeaders = null)

FLeaderApiException constructor.

Parameters

string $message
null $httpStatus
null $httpBody
null $jsonBody
null $httpHeaders

at line 41
getHttpStatus()

at line 46
getHttpBody()

at line 51
getJsonBody()

at line 56
getHttpHeaders()