![]() |
Spicy
|
#include <exception.h>
Public Member Functions | |
WouldBlock (const std::string &desc, const std::string &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 | ( | const std::string & | desc, |
const std::string & | location | ||
) |
desc | message describing the situation |
location | string indicating the location of the operation that couldn't complete |