First and third party errors are treated the same, most of them bubble-up to the main entry point.
Some expect calls are still here to handle Options, and in development there is no backtrace because all errors are ultimately handled and emitted as an error message to the user.
snafu seems really nice fit for this.
First and third party errors are treated the same, most of them bubble-up to the main entry point.
Some
expectcalls are still here to handleOptions, and in development there is no backtrace because all errors are ultimately handled and emitted as an error message to the user.snafuseems really nice fit for this.