| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Control.Exception.Hierarchy
Documentation
data ExceptionHierarchy Source #
Constructors
| ExNode String [ExceptionHierarchy] | |
| ExType Name |
Instances
exceptionHierarchy :: Maybe Name -> ExceptionHierarchy -> DecsQ Source #