Exception: Use0MK::RedirectError

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

Overview

Too many redirects while attempting an API call.

status: 100

Instance Attribute Summary

Attributes inherited from Error

#message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RedirectError

Returns a new instance of RedirectError.



48
49
50
51
# File 'lib/use0mk.rb', line 48

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