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.
runExceptionalT :: ExceptionalT e (m :: Type -> Type) a -> m (Exceptional e a)explicit-exception Control.Monad.Exception.Synchronous No documentation available.
skipAsyncExceptions :: forall (m :: Type -> Type) . MonadIO m => [RetryStatus -> Handler m Bool]retry Control.Retry List of pre-made handlers that will skip retries on AsyncException and SomeAsyncException. Append your handlers to this list as a convenient way to make sure you're not catching async exceptions like user interrupt.
DiedException :: String -> DiedReasondistributed-process Control.Distributed.Process The process exited with an exception (provided as String because Exception does not implement Binary)
-
distributed-process Control.Distributed.Process Exception thrown when a linked node dies
NodeLinkException :: NodeId -> DiedReason -> NodeLinkExceptiondistributed-process Control.Distributed.Process No documentation available.
-
distributed-process Control.Distributed.Process Exception thrown when a linked channel (port) dies
PortLinkException :: SendPortId -> DiedReason -> PortLinkExceptiondistributed-process Control.Distributed.Process No documentation available.
-
distributed-process Control.Distributed.Process Exceptions thrown when a linked process dies
ProcessLinkException :: ProcessId -> DiedReason -> ProcessLinkExceptiondistributed-process Control.Distributed.Process No documentation available.
data
ProcessRegistrationException distributed-process Control.Distributed.Process Exception thrown when a process attempts to register a process under an already-registered name or to unregister a name that hasn't been registered. Returns the name and the identifier of the process that owns it, if any.