\mCASH\ErrorRequest

Request class.

Summary

Methods
Properties
Constants
__construct()
getHttpStatus()
getHttpBody()
getJsonBody()
getHttpHeaders()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $message, mixed  $httpStatus = null, mixed  $httpBody = null, mixed  $jsonBody = null, mixed  $httpHeaders = null) : void

__construct function.

Parameters

mixed $message
mixed $httpStatus

(default: null)

mixed $httpBody

(default: null)

mixed $jsonBody

(default: null)

mixed $httpHeaders

(default: null)

getHttpStatus()

getHttpStatus() : void

getHttpStatus function.

getHttpBody()

getHttpBody() : void

getHttpBody function.

getJsonBody()

getJsonBody() : void

getJsonBody function.

getHttpHeaders()

getHttpHeaders() : void

getHttpHeaders function.

__toString()

__toString() : void

__toString function.