bugsnag-1.1.0.0: Bugsnag error reporter for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Bugsnag.Exception.Parse

Description

Parse error messages for HasCallStack information.

Synopsis

Documentation

parseErrorCall :: ErrorCall -> Either String MessageWithStackFrames Source #

Parse an ErrorCall for HasCallStack information

parseStringException :: SomeException -> Either String MessageWithStackFrames Source #

Parse a StringException for HasCallStack information

We accept this as SomeException so that this library doesn't depend on any one concrete library that has throwString (there are two right now, sigh.)