exceptions 0.6.1 copy "exceptions: ^0.6.1" to clipboard
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() for ResultException

0.6.0 #

  • Final rewrite to enable pattern matching of Result with Success or Failure

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.
1
likes
140
pub points
58%
popularity

Publisher

verified publisherfabi.online

This package assists in catching and handling exceptions that occur, producing a single result that contains either an error or a value.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on exceptions