Exception: DirectLink::ErrorAssert

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/directlink.rb

Overview

gem user should not face this error

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ErrorAssert

Returns a new instance of ErrorAssert.



15
16
17
# File 'lib/directlink.rb', line 15

def initialize msg
  super "#{msg} -- consider reporting this issue to GitHub"
end