packages feed

bluefin-0.0.9.0: src/Bluefin/Exception.hs

module Bluefin.Exception
  ( -- * Handle
    Exception,
    -- * Handlers
    try,
    handle,
    catch,
    -- * Effectful operations
    throw,
    rethrowIO,
  )
where

import Bluefin.Internal