chronos/internal/errors

    Dark Mode
Search:
Group by:
  Source   Edit

Types

AsyncError = object of CatchableError
  
Generic async exception   Source   Edit
AsyncExceptionError = object of AsyncError
  
Error raised in handleException mode - the original exception is available from the parent field.   Source   Edit
AsyncTimeoutError = object of AsyncError
  
Timeout exception   Source   Edit