C++ Channel
Loading...
Searching...
No Matches
Public Member Functions | List of all members
msd::closed_channel Class Reference

Exception thrown if trying to write on closed channel. More...

#include <channel.hpp>

Inheritance diagram for msd::closed_channel:
Inheritance graph
[legend]
Collaboration diagram for msd::closed_channel:
Collaboration graph
[legend]

Public Member Functions

 closed_channel (const char *msg)
 Constructs the exception with an error message.
 

Detailed Description

Exception thrown if trying to write on closed channel.

Constructor & Destructor Documentation

◆ closed_channel()

msd::closed_channel::closed_channel ( const char msg)
inlineexplicit

Constructs the exception with an error message.

Parameters
msgA descriptive message explaining the cause of the error.

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