Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Freckle.App.Bugsnag.HttpException
Contents
Synopsis
Documentation
Re-exports
data HttpException Source #
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 Source # fromException :: SomeException -> Maybe HttpException Source # | |
Show HttpException | |
Defined in Network.HTTP.Client.Types |