Skip to content

Add MaybeWrap() errorutil

Leandro Santiago requested to merge feature/maybe_wrap_util into develop

It wraps an error only if it's non-nil and aims to avoid some code dupplication on wrapping errors to callers

Merge request reports