cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Catch common errors #825

Closed willbarton closed 7 years ago

willbarton commented 7 years ago

Most of the 500 errors regulations-site generates from two places and are generally either TypeErrors or IndexErrors. This PR wraps those two places in a try/except and throws a 404 when they’re encountered.

Additionally, we sometimes see a KeyError in the 404 error handling view. That is fixed here as well.