-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Extensible exceptions
--   
--   This package provides extensible exceptions for both new and old
--   versions of GHC (i.e., &lt; 6.10).
@package extensible-exceptions
@version 0.1.1.4


-- | This module provides the extensible exceptions API for raising and
--   catching both built-in and user-defined exceptions.
--   
--   For newer versions of GHC (&gt;=6.9), this package re-exports
--   <a>Exception</a>. Otherwise, it provides a compatibility layer around
--   the previous version of the extensions API.
module Control.Exception.Extensible
