Exception: Use0MK::InvalidCredentials

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

Overview

Provided credentials were invalid.

status: 6

Instance Attribute Summary

Attributes inherited from Error

#message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidCredentials

Returns a new instance of InvalidCredentials.



108
109
110
111
# File 'lib/use0mk.rb', line 108

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