Exception: ThreeScale::Core::ProviderKeyNotFound

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

Instance Method Summary collapse

Methods inherited from Error

code, #code, #to_xml, underscore

Constructor Details

#initialize(key) ⇒ ProviderKeyNotFound

Returns a new instance of ProviderKeyNotFound.



65
66
67
# File 'lib/3scale/core/errors.rb', line 65

def initialize(key)
  super %(Provider key="#{key}" does not exist)
end