Exception: Use0MK::EmptyLinkError

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

Overview

Provided link (any URI concerning any API call) was empty.

status: 1

Instance Attribute Summary

Attributes inherited from Error

#message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ EmptyLinkError

Returns a new instance of EmptyLinkError.



58
59
60
61
# File 'lib/use0mk.rb', line 58

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