Exception: ThreeScale::Core::InvalidProviderKeys

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

#initializeInvalidProviderKeys

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