Exception: Nothing::AttemptedExtract

Inherits:
Exception
  • Object
show all
Defined in:
lib/ruby-maybe.rb

Instance Method Summary collapse

Constructor Details

#initializeAttemptedExtract

Returns a new instance of AttemptedExtract.



65
66
67
# File 'lib/ruby-maybe.rb', line 65

def initialize
  super("Attempted to extract value from Nothing")
end