Unexpected

Exception for when a server response was not what we were expecting.

class Unexpected extends UnexpectedValueException implements Exception
Copyright
2015-2016 Appertly
License
Apache-2.0

Constructors / Destructors

Public
ReturnsSignature and Description
void
__construct(?string $body, KeyedContainer<string,mixed> $info, string $msg, int $code = 0, ?Exception $previous = null)

Instance Methods

Public
ReturnsSignature and Description
?string

Gets the response body.

ImmMap<string,mixed>

Gets the cURL handle info.

Method Details

__construct

public function __construct(?string $body, KeyedContainer<string,mixed> $info, string $msg, int $code = 0, ?Exception $previous = null)
Parameters
NameTypeDescription
$body?string

The response body

$infoKeyedContainer<string,mixed>

The cURL response info

$msgstring

The message

$codeint

The code

$previous?Exception

Any nested exception

getBody

public function getBody()

Gets the response body.

Returns
TypeDescription
?string

the response body

getInfo

public function getInfo()

Gets the cURL handle info.

Returns
TypeDescription
ImmMap<string,mixed>

the handle info