base-4.12.0.0: GHC/Exception/Type.hs-boot
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Exception.Type
( SomeException
, divZeroException
, overflowException
, ratioZeroDenomException
, underflowException
) where
import GHC.Types ()
data SomeException
divZeroException, overflowException,
ratioZeroDenomException, underflowException :: SomeException