Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError formatter new argument change not documented #1905
Labels
Comments
Appreciate a PR to fix the docs, thanks. |
Given that we have this in the docs:
Would you say that is not enough? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom error formatter must have now 5 arguments instead of the old 4. These changes were introduced here on #1652
When migrating from 0.19 to 1.1.0 I had issues on a custom error formatter because the original_exception argument was introduced but that change was not documented on the upgrading guide.