Exception: Errgonomic::UnwrapError

Inherits:
Error show all
Defined in:
lib/errgonomic.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, value) ⇒ UnwrapError

Returns a new instance of UnwrapError.



31
32
33
34
# File 'lib/errgonomic.rb', line 31

def initialize(msg, value)
  super(msg)
  @value = value
end