| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Bugsnag.Exception.Parse
Description
Parse error messages for information.HasCallStack
Documentation
data MessageWithStackFrames Source #
Constructors
| MessageWithStackFrames | |
Fields
| |
parseErrorCall :: ErrorCall -> Either String MessageWithStackFrames Source #
Parse an for ErrorCall informationHasCallStack
parseStringException :: SomeException -> Either String MessageWithStackFrames Source #
Parse a for StringException informationHasCallStack
We accept this as so that this library doesn't depend on
any one concrete library that has SomeException (there are two right now,
sigh.)throwString