Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leverage error “cause” for wrapping render 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.
- Loading branch information