Exception: ThreeScale::Backend::ProviderKeyInvalid
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ ProviderKeyInvalid
constructor
A new instance of ProviderKeyInvalid.
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 |