Unreachable
An exception for connection errors.
- Copyright
- 2015-2016 Appertly
- License
- Apache-2.0
Constructors / Destructors
Returns | Signature and Description |
---|---|
void | __construct ( , , , ) |
Instance Methods
Returns | Signature and Description |
---|---|
ImmMap <string ,mixed > | getInfo ()Gets the cURL handle info. |
Static Methods
Returns | Signature and Description |
---|---|
bool | isUsable ( )Determines whether the code returned from cURL is one this class supports. |
Method Details
__construct
public function
__construct
(KeyedContainer
<string
,mixed
> $info
, string
$msg
, int
$code = 0
, ?
Exception
$previous = null
)Name | Type | Description |
---|---|---|
$info | KeyedContainer <string ,mixed > | The cURL handle info |
$msg | string | The message |
$code | int | The code |
$previous | ? Exception | Any nested exception |
getInfo
public function
getInfo
()Gets the cURL handle info.
Type | Description |
---|---|
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.
Name | Type | Description |
---|---|---|
$code | int | The code |
Type | Description |
---|---|
bool | whether this class should be used |