base-compat-0.11.1: A compatibility layer for base
Control.Exception.Compat
module Control.Exception
throw :: Exception e => e -> a #
Throw an exception. Exceptions may be thrown from purely functional code, but may only be caught within the IO monad.
IO