Hoogle Search
Within LTS Haskell 23.25 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
exceptionWithCallStack :: (Exception e, HasCallStack) => e -> AnnotatedException eannotated-exception Control.Exception.Annotated Annotate the underlying exception with a CallStack.
exceptionWithCallStack :: (Exception e, HasCallStack) => e -> AnnotatedException eannotated-exception Control.Exception.Annotated.UnliftIO Annotate the underlying exception with a CallStack.
exceptionHierarchy :: Maybe Name -> ExceptionHierarchy -> DecsQexception-hierarchy Control.Exception.Hierarchy No documentation available.
-
base Control.Exception Arithmetic exceptions.
-
base Control.Exception Exceptions generated by array operations
-
base Control.Exception Asynchronous exceptions.
-
base Control.Exception Exceptions that occur in the IO monad. An IOException records a more specific error type, a descriptive string and maybe the handle that was used when the error was flagged.
-
base Control.Exception Superclass for asynchronous exceptions.
SomeAsyncException :: e -> SomeAsyncExceptionbase Control.Exception No documentation available.
-
base Control.Exception The SomeException type is the root of the exception type hierarchy. When an exception of type e is thrown, behind the scenes it is encapsulated in a SomeException.