Exception: MonadOxide::ResultMethodNotImplementedError

Inherits:
MonadOxideError
  • Object
show all
Defined in:
lib/result.rb

Overview

Thie Exception signals an area under construction, or somehow the consumer wound up with a ‘Result’ and not one of its subclasses (@see Ok and @see Err). Implementors of new methods on ‘Ok’ and ‘Err’ should create methods on ‘Result’ as well which immediately raise this ‘Exception’.