Zth (libzth)
Loading...
Searching...
No Matches
exception.h File Reference

Go to the source code of this file.

Classes

struct  zth::exception
 Base exception class for Zth exceptions. More...
 
struct  zth::not_in_fiber
 Exception thrown when an operation cannot be performed as there is no fiber context. More...
 
struct  zth::fiber_already_dead
 Exception thrown when an operation cannot be performed, as the fiber is already dead. More...
 
struct  zth::coro_invalid_state
 Exception thrown when an operation cannot be performed due to an invalid coroutine state. More...
 
struct  zth::coro_already_completed
 Exception thrown when a coroutine has already completed. More...
 
struct  zth::errno_exception
 Wrapper for an errno. More...
 

Namespaces

namespace  zth