Misconfigured

Exception for network misconfiguration

class Misconfigured extends Unreachable
Copyright
2015-2016 Appertly
License
Apache-2.0

Constructors / Destructors

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

Instance Methods

Public
ReturnsSignature and Description
ImmMap<string,mixed>

Gets the cURL handle info.

Static Methods

Public
ReturnsSignature and Description
bool
isUsable(int $code)

Determines whether the code returned from cURL is one this class supports.

Method Details

__construct

Inherited from Unreachable

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

The cURL handle info

$msgstring

The message

$codeint

The code

$previous?Exception

Any nested exception

getInfo

Inherited from Unreachable

public function getInfo()

Gets the cURL handle info.

Returns
TypeDescription
ImmMap<string,mixed>

the handle info

isUsable

public static function isUsable(int $code)

Determines whether the code returned from cURL is one this class supports.

Parameters
NameTypeDescription
$codeint

The code

Returns
TypeDescription
bool

whether this class should be used