Exception: Mu::Curl::Error::Connect
- Inherits:
-
Region
- Object
- StandardError
- Mu::Curl::Error
- Region
- Mu::Curl::Error::Connect
- Defined in:
- lib/mu/curl/error.rb
Instance Attribute Summary
Attributes inherited from Region
Instance Method Summary collapse
-
#initialize(json) ⇒ Connect
constructor
A new instance of Connect.
Constructor Details
#initialize(json) ⇒ Connect
Returns a new instance of Connect.
33 34 35 36 |
# File 'lib/mu/curl/error.rb', line 33 def initialize json json['reason'] = "Can't connect to this server" super end |