class ThreeScale::Core::APIClient::ConnectionError

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/3scale/core/api_client/resource.rb, line 27
def initialize(error)
  super "#{self.class}: #{error.message}"
end