Exception: ThreeScale::Backend::ProviderKeyInvalid

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initialize(key) ⇒ ProviderKeyInvalid

Returns a new instance of ProviderKeyInvalid.



113
114
115
# File 'lib/3scale/backend/errors.rb', line 113

def initialize(key)
  super %(provider key "#{key}" is invalid)
end