wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
exceptions.h File Reference

Custom exception classes for coroutine handling. More...

#include <stdexcept>
+ Include dependency graph for exceptions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wwa::coro::bad_result_access
 Exception thrown when accessing a result that is not available. More...
 
class  wwa::coro::bad_task
 Exception thrown when a coroutine task is invalid. More...
 

Namespaces

namespace  wwa
 
namespace  wwa::coro
 Library namespace.
 

Detailed Description

Custom exception classes for coroutine handling.

This header file defines custom exception classes used for handling errors related to coroutines. These exceptions are intended to provide more specific error information when dealing with coroutine-related issues.

Definition in file exceptions.h.