Closed theengineear closed 9 months ago
Because some template engines can throw immutable errors, it’s safer and better to use an “error cause” to chain the old error to our own versus trying to mutate the original.
Closes #128.
FYI @klebba — super small change to leverage error “cause”. It’s a slightly safer way of wrapping errors.
Because some template engines can throw immutable errors, it’s safer and better to use an “error cause” to chain the old error to our own versus trying to mutate the original.
Closes #128.