GHC 2019-01-03

1 comment.

, https://git.io/fhmBu in pallets/flask
[Docs] Mention how to skip subsets of exceptions in errorpages.rst
==================================================================

It appears that skipping subsets of exceptions in a generic error handler has been a major point of confusion; there are at least three open issues related to this: #2778, #2841, #2984.

This PR documents the workaround without modifying current behavior (whether 3XX should be captured seems to be a point of contention in the aforementioned issues).