C++ Channel
|
Exception thrown if trying to write on closed channel. More...
#include <channel.hpp>
Public Member Functions | |
closed_channel (const char *msg) | |
Constructs the exception with an error message. | |
Exception thrown if trying to write on closed channel.
Constructs the exception with an error message.
msg | A descriptive message explaining the cause of the error. |