userver: engine::WaitInterruptedException Class 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
engine::WaitInterruptedException Class Reference

#include <userver/engine/exception.hpp>

Detailed Description

Thrown if a wait operation on the current task has been interrupted, usually due to a timeout or cancellation

Definition at line 16 of file exception.hpp.

+ Inheritance diagram for engine::WaitInterruptedException:
+ Collaboration diagram for engine::WaitInterruptedException:

Public Member Functions

 WaitInterruptedException (TaskCancellationReason reason)
 
TaskCancellationReason Reason () const noexcept
 

The documentation for this class was generated from the following file: