-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | throwable-exceptions gives the exception's value constructors -- -- throwable-exceptions gives the exception's value constructors @package throwable-exceptions @version 0.1.0.2 module Control.Exception.Throwable -- | Simular to Control.Exception.IOException data IOException' IOException' :: String -> IOException' [ioExceptionCause] :: IOException' -> String FileNotFoundException :: String -> IOException' [fileNotFoundCause] :: IOException' -> String data IllegalArgumentException IllegalArgumentException :: String -> IllegalArgumentException [illegalArgumentCause] :: IllegalArgumentException -> String instance GHC.Show.Show Control.Exception.Throwable.IllegalArgumentException instance GHC.Read.Read Control.Exception.Throwable.IllegalArgumentException instance GHC.Show.Show Control.Exception.Throwable.IOException' instance GHC.Read.Read Control.Exception.Throwable.IOException' instance GHC.Exception.Exception Control.Exception.Throwable.IOException' instance GHC.Exception.Exception Control.Exception.Throwable.IllegalArgumentException