Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
lifted-base Control.Exception.Lifted Asynchronous exceptions.
-
lifted-base Control.Exception.Lifted 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.
-
lifted-base Control.Exception.Lifted Superclass for asynchronous exceptions.
SomeAsyncException :: e -> SomeAsyncExceptionlifted-base Control.Exception.Lifted No documentation available.
-
lifted-base Control.Exception.Lifted 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.
SomeException :: e -> SomeExceptionlifted-base Control.Exception.Lifted No documentation available.
addExceptionContext :: ExceptionAnnotation a => a -> SomeException -> SomeExceptionlifted-base Control.Exception.Lifted Add more ExceptionContext to a SomeException.
asyncExceptionFromException :: Exception e => SomeException -> Maybe elifted-base Control.Exception.Lifted No documentation available.
asyncExceptionToException :: Exception e => e -> SomeExceptionlifted-base Control.Exception.Lifted No documentation available.
displayException :: Exception e => e -> Stringlifted-base Control.Exception.Lifted Render this exception value in a human-friendly manner. Default implementation: show.