Exception: ThreeScale::Backend::UserKeyInvalid

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

#initialize(key) ⇒ UserKeyInvalid

Returns a new instance of UserKeyInvalid.



259
260
261
# File 'lib/3scale/backend/errors.rb', line 259

def initialize(key)
  super %(user key "#{key}" is invalid)
end