Thrown if a TaskWithResult, for which we were waiting, got cancelled.
More...
#include <userver/engine/exception.hpp>
Inheritance diagram for engine::TaskCancelledException:
Collaboration diagram for engine::TaskCancelledException:Public Member Functions | |
| TaskCancelledException (TaskCancellationReason reason) | |
| TaskCancellationReason | Reason () const noexcept |
Thrown if a TaskWithResult, for which we were waiting, got cancelled.
Definition at line 27 of file exception.hpp.