Class: ThreeScale::Core::APIClient::ConnectionError
- Defined in:
- lib/3scale/core/api_client/resource.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(error) ⇒ ConnectionError
Returns a new instance of ConnectionError.
27 28 29 |
# File 'lib/3scale/core/api_client/resource.rb', line 27 def initialize(error) super "#{self.class}: #{error.}" end |