Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Sprinkles.Exceptions
Documentation
formatException :: SomeException -> Text Source #
data GingerFunctionCallException Source #
Constructors
GingerInvalidFunctionArgs | |
Fields |
Instances
data InvalidReaderException Source #
Constructors
InvalidReaderException | |
Fields |
Instances
data TemplateNotFoundException Source #
Constructors
TemplateNotFoundException Text |
Instances
handleUncaughtExceptions :: SomeException -> IO () Source #
withSourceContext :: Exception e => Text -> e -> SomeException Source #
overrideSourceContext :: HasSourceContext a => Text -> a -> a Source #