Mug 1.8
·
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).