Spicy
Public Member Functions | List of all members
hilti::rt::WouldBlock Class Reference

#include <exception.h>

Inheritance diagram for hilti::rt::WouldBlock:

Public Member Functions

 WouldBlock (std::string_view desc, std::string_view location)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ WouldBlock()

WouldBlock::WouldBlock ( std::string_view  desc,
std::string_view  location 
)
Parameters
descmessage describing the situation
locationstring indicating the location of the operation that couldn't complete

The documentation for this class was generated from the following files: