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