Exception: ThreeScale::Core::InvalidProviderKeys
- Defined in:
- lib/3scale/core/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidProviderKeys
constructor
A new instance of InvalidProviderKeys.
Methods inherited from Error
code, #code, #to_xml, underscore
Constructor Details
#initialize ⇒ InvalidProviderKeys
Returns a new instance of InvalidProviderKeys.
53 54 55 |
# File 'lib/3scale/core/errors.rb', line 53 def initialize super %(Provider keys are not valid, must be not nil and different) end |