Exception: Use0MK::InvalidAPIKey

Inherits:
Error
  • Object
show all
Defined in:
lib/use0mk.rb

Overview

Provided API key was invalid.

status: 5

Instance Attribute Summary

Attributes inherited from Error

#message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidAPIKey

Returns a new instance of InvalidAPIKey.



98
99
100
101
# File 'lib/use0mk.rb', line 98

def initialize(message)
  @message = message
  @status = 5
end