bluefin-0.2.7.0: src/Bluefin/Exception.hs
module Bluefin.Exception
( -- * Handle
Exception,
-- * Handlers
try,
handle,
catch,
-- * Effectful operations
throw,
rethrowIO,
)
where
import Bluefin.Internal
module Bluefin.Exception
( -- * Handle
Exception,
-- * Handlers
try,
handle,
catch,
-- * Effectful operations
throw,
rethrowIO,
)
where
import Bluefin.Internal