Exception: MonadOxide::ResultMethodNotImplementedError
- Inherits:
-
MonadOxideError
- Object
- StandardError
- MonadOxideError
- MonadOxide::ResultMethodNotImplementedError
- 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’.