aboutsummaryrefslogtreecommitdiff
path: root/bindings/haskell/src/PPAML/Tracer/Exception.hs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/haskell/src/PPAML/Tracer/Exception.hs')
-rw-r--r--bindings/haskell/src/PPAML/Tracer/Exception.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/haskell/src/PPAML/Tracer/Exception.hs b/bindings/haskell/src/PPAML/Tracer/Exception.hs
index 9de2316..bced230 100644
--- a/bindings/haskell/src/PPAML/Tracer/Exception.hs
+++ b/bindings/haskell/src/PPAML/Tracer/Exception.hs
@@ -68,6 +68,10 @@ mkException 'OTFWriterException "OTFTraceResolutionFailure"
-- | Failure to define a process (i.e., a thread). Extends 'OTFWriterException'.
mkException 'OTFWriterException "OTFProcessDefinitionFailure"
+{-| Thrown by 'withTracer'' when it is called and 'PPAMLTRACER_TRACE_BASE' is
+unset or empty. -}
+mkException 'TracerException "TraceBaseUndefined"
+
------------------------------ Timing exceptions -------------------------------