Skip to content

Mug 1.8

Choose a tag to compare

@fluentfuture fluentfuture released this 05 Oct 05:16
· 5959 commits to master since this release

Don't use exception serialization in Maybe.orElseThrow().

Not wrapping the exception may even be a lesser evil compared to serialization, especially for platforms like GWT, Android etc.

Users are however strongly encouraged to use orElseThrow(WrapperException::new).