![]() |
Spicy
|
#include <exception.h>
Public Member Functions | |
| WouldBlock (std::string_view desc, std::string_view location) | |
Exception signaling that an operation could not complete due to lack of input or I/O delays. The operation should be retried when that situation may have changed.
This is outside the standard exception hierarchy as it does not reflect an error condition.
| WouldBlock::WouldBlock | ( | std::string_view | desc, |
| std::string_view | location | ||
| ) |
| desc | message describing the situation |
| location | string indicating the location of the operation that couldn't complete |