ResponseException¶
-
class
Firstred\PostNL\Exception\ResponseException¶ - Class ResponseException
Summary¶
Methods¶
Methods¶
-
public
Firstred\PostNL\Exception\ResponseException::__construct($message=\'\', $code=0, $previous=null, $response=null)¶ - ResponseException constructor.
- Parameters
$message (string)
$code (int)
$previous (
Exception| null)$response (
Psr\Http\Message\ResponseInterface| null)
-
public
Firstred\PostNL\Exception\ResponseException::setResponse($response)¶ - Parameters
$response (
Psr\Http\Message\ResponseInterface)
-
public
Firstred\PostNL\Exception\ResponseException::getResponse()¶ - Returns
\Psr\Http\Message\ResponseInterface