yesod/yesod-core/test
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
..
fixtures Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +03:00
YesodCoreTest Make catching exceptions configurable. 2022-07-06 22:40:24 +02:00
en.msg Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
Hierarchy.hs Change mkYesodWith to accept separate lists for contexts and type 2018-01-22 00:19:04 -05:00
RouteSpec.hs Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +03:00
test.hs Compile with -Wall -Werror 2017-02-05 12:09:18 +02:00
YesodCoreTest.hs Add test of setDescription idempotency 2022-04-20 12:01:34 +01:00