yesod/yesod-core/src/Yesod
Jappie Klooster 1487b121be Make catching exceptions configurable.
Fixes https://github.com/yesodweb/yesod/issues/1771

This is done by adding a function to Yesod
typeclass which can match on any exception
and tell the framework if it should rethrow
or not.

I used an overridable function because it seemed
more flexible then a whitelist.
A user can now for example choose to throw
everything, or catch everything as easily.

add docs

bump
2022-07-06 22:40:24 +02:00
..
Core Make catching exceptions configurable. 2022-07-06 22:40:24 +02:00
Routes Allow building with template-haskell-2.18.0 2022-03-22 20:29:50 +00:00
Core.hs src subdir for yesod-core 2019-02-19 04:02:21 +02:00