Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix TypeError when handling external errors
When an error is handled which is not a FloraError, its properties are copied to the response object. This might be a problem, e.g. when there is a meta.headers property (which is protected in FloraErrors) and might cause a TypeError.
- Loading branch information