ghc-internal-9.1001.0: src/GHC/Internal/IO/Exception.hs-boot
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.IO.Exception where
import GHC.Internal.Base
import GHC.Internal.Exception
data IOException
instance Exception IOException
type IOError = IOException
userError :: String -> IOError
unsupportedOperation :: IOError