class Dry::Monads::UnwrapError
An unsuccessful result of extracting a value from a monad.
Attributes
Public Class Methods
Source
# File lib/dry/monads/errors.rb, line 9 def initialize(receiver) @receiver = receiver super("value! was called on #{receiver.inspect}") end
Calls superclass method