Exception: ThreeScale::Backend::ProviderKeyNotFound
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ ProviderKeyNotFound
constructor
A new instance of ProviderKeyNotFound.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize(key) ⇒ ProviderKeyNotFound
Returns a new instance of ProviderKeyNotFound.
208 209 210 |
# File 'lib/3scale/backend/errors.rb', line 208 def initialize(key) super %(Provider key="#{key}" does not exist) end |