InvalidResponseBodyException
extends Exception
implements
ExceptionInterface
Table of Contents
Interfaces
- ExceptionInterface
Properties
-
$httpBody
: mixed
-
$httpStatus
: mixed
-
$message
: mixed
Methods
-
__construct()
: mixed
-
__toString()
: mixed
-
getMessageFromHttpBody()
: string|null
$httpBody
public
mixed
$httpBody
$httpStatus
public
mixed
$httpStatus
= 0
$message
public
mixed
$message
__construct()
public
__construct(ResponseInterface $response, mixed $httpBody[, mixed $previous = null ]) : mixed
Parameters
-
$response
: ResponseInterface
-
-
$httpBody
: mixed
-
-
$previous
: mixed
= null
-
__toString()
public
__toString() : mixed
getMessageFromHttpBody()
public
getMessageFromHttpBody() : string|null
Return values
string|null