|
UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
|
Exception thrown when a pipe operation fails due to pipe closure. More...
#include <AbstractPipe.h>
Inherits std::exception.
Public Member Functions | |
| const char * | what () const noexcept override |
| Get the exception message. | |
Exception thrown when a pipe operation fails due to pipe closure.
This exception indicates that an I/O operation on a pipe cannot be completed because the underlying pipe has been closed. This can occur:
Once this exception is thrown, the pipe should be considered invalid and unusable for further operations.
|
inlineoverridenoexcept |
Get the exception message.