Exception: ThreeScale::Backend::InvalidProviderKeys

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initializeInvalidProviderKeys

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