Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Synopsis
- newtype FatalError = FatalError { }
- panic :: HasCallStack => Text -> a
Documentation
newtype FatalError Source #
Uncatchable exceptions thrown and never caught.
Instances
Show FatalError Source # | |
Defined in Protolude.Panic |
|
Exception FatalError Source # | |
Defined in Protolude.Panic toException :: FatalError -> SomeException Source # fromException :: SomeException -> Maybe FatalError Source # displayException :: FatalError -> String Source # |
panic :: HasCallStack => Text -> a Source #