userver: engine::WaitInterruptedException Class Reference
Loading...
Searching...
No Matches
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: