Class: ThreeScale::Core::APIClient::ConnectionError

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/core/api_client/resource.rb

Instance Method Summary collapse

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.message}"
end