#include <userver/engine/exception.hpp>
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.
Public Member Functions | |
WaitInterruptedException (TaskCancellationReason reason) | |
TaskCancellationReason | Reason () const noexcept |