extensible-exceptions-0.1.1.4: Extensible exceptions

Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file LICENSE)
Maintainerlibraries@haskell.org
Stabilityexperimental
Portabilitynon-portable (uses ExistentialQuantification and DeriveDataTypeable)
Safe HaskellTrustworthy
LanguageHaskell98

Control.Exception.Extensible

Description

This module provides the extensible exceptions API for raising and catching both built-in and user-defined exceptions.

For newer versions of GHC (>=6.9), this package re-exports Exception. Otherwise, it provides a compatibility layer around the previous version of the extensions API.

Documentation