userver: userver/engine/exception.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exception.hpp File Reference

Detailed Description

Coroutine engine exceptions.

Definition in file exception.hpp.

Go to the source code of this file.

#include <stdexcept>
#include <userver/engine/task/cancel.hpp>
+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  engine::WaitInterruptedException
 
class  engine::TaskCancelledException
 Thrown if a TaskWithResult, for which we were waiting, got cancelled. More...
 

Namespaces

namespace  engine
 Asynchronous engine primitives.