base-compat-0.13.0: A compatibility layer for base
Safe HaskellTrustworthy
LanguageHaskell2010

Control.Exception.Compat

Synopsis

Documentation

throw :: forall (r :: RuntimeRep) (a :: TYPE r) e. Exception e => e -> a #

Throw an exception. Exceptions may be thrown from purely functional code, but may only be caught within the IO monad.