exceptions 0.6.1 exceptions: ^0.6.1 copied to clipboard
This package assists in catching and handling exceptions that occur, producing a single result that contains either an error or a value.
0.6.1 #
- Provide
toString()
forResultException
0.6.0 #
- Final rewrite to enable pattern matching of
Result
withSuccess
orFailure
0.5.0 #
- Entire rewrite of this package with many new features
- Drop
fast_equatable
dependency
0.4.0 #
- Fix generic types nullability
0.3.0 #
- Added
when()
- Added documentation
0.2.0 #
- Upgraded dependencies
0.1.0 #
- Initial version.