error_or_result 2.0.1
error_or_result: ^2.0.1 copied to clipboard
Helper classes that returns a Result or Errors objects to reduce amount of exception throwing.
error_or_result #
Library to gracfully handle errors like domain errors, by handling the returned result as normal program flow, which in return reduces number of thrown exceptions.
Credits and inspired by the C# Version