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 (const std::string &desc, const std::string &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 ( const std::string &  desc,
const std::string &  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: