Safe Haskell | None |
---|---|
Language | GHC2021 |
Freckle.App.Bugsnag.HttpException
Contents
Synopsis
Documentation
Re-exports
data HttpException #
An exception which may be generated by this library
Since: http-client-0.5.0
Instances
Exception HttpException | |
Defined in Network.HTTP.Client.Types Methods toException :: HttpException -> SomeException # fromException :: SomeException -> Maybe HttpException # displayException :: HttpException -> String # | |
Show HttpException | |
Defined in Network.HTTP.Client.Types Methods showsPrec :: Int -> HttpException -> ShowS # show :: HttpException -> String # showList :: [HttpException] -> ShowS # |