You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that we'd do raise FileNotFound() during dispatch instead of raise Response(404). Each exception subclass would be raised from exactly one place, so you'd have fine-grained control when catching. And if we implement this right, then @zwn could monkey-patch FileNotFound to provide custom behavior without having to implement an algorithm function to catch it.
Reticketed from #249. The purpose is to provide fine-grained control over handling specific exception cases.
The text was updated successfully, but these errors were encountered: