Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | None |
Documentation
displayException :: (Show action, ?context :: ControllerContext, ?applicationContext :: ApplicationContext, ?requestContext :: RequestContext) => SomeException -> action -> Text -> IO ResponseReceived Source #
handleNoResponseReturned :: (Show controller, ?context :: ControllerContext) => controller -> IO ResponseReceived Source #
handleRouterException :: (?applicationContext :: ApplicationContext) => SomeException -> Application Source #