Exception: ThreeScale::Backend::InvalidProviderKeys
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidProviderKeys
constructor
A new instance of InvalidProviderKeys.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ InvalidProviderKeys
Returns a new instance of InvalidProviderKeys.
196 197 198 |
# File 'lib/3scale/backend/errors.rb', line 196 def initialize super 'Provider keys are not valid, must be not nil and different'.freeze end |