Exception: ThreeScale::Backend::UserKeyInvalid
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ UserKeyInvalid
constructor
A new instance of UserKeyInvalid.
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 |