Exception: Errgonomic::UnwrapError
- Defined in:
- lib/errgonomic.rb
Instance Method Summary collapse
-
#initialize(msg, value) ⇒ UnwrapError
constructor
A new instance of UnwrapError.
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 |