| Copyright | (c) digitally induced GmbH 2020 |
|---|---|
| Safe Haskell | None |
| Language | GHC2021 |
IHP.ErrorController
Description
Documentation
displayException :: (Show action, ?context :: ControllerContext, ?request :: Request, ?respond :: Respond) => SomeException -> action -> Text -> IO ResponseReceived Source #
handleNoResponseReturned :: (Show controller, ?context :: ControllerContext, ?respond :: Respond) => controller -> IO ResponseReceived Source #