Cabal-2.0.1.1: A framework for packaging Haskell software
Distribution.Compat.Exception
Synopsis
catchIO :: IO a -> (IOException -> IO a) -> IO a #
catchExit :: IO a -> (ExitCode -> IO a) -> IO a #
tryIO :: IO a -> IO (Either IOException a) #
displayException :: Exception e => e -> String #
Render this exception value in a human-friendly manner.
Default implementation: show.
show
Since: 4.8.0.0