{-# OPTIONS_HADDOCK not-home #-}
module Test.Cleveland.Internal.Exceptions
( ExceptionAnnotation(..)
, annotateExceptions
, fromPossiblyAnnotatedException
, lookupAnnEx
, insertAnnEx
, removeAnnEx
, ErrorsClarification(..)
, ScenarioBranchName(..)
, CallStackAnnotation(..)
, addCallStack
) where
import Test.Cleveland.Internal.Exceptions.Annotated
import Test.Cleveland.Internal.Exceptions.CallStack
import Test.Cleveland.Internal.Exceptions.ErrorsClarification
import Test.Cleveland.Internal.Exceptions.ScenarioBranchName