|
unilink
0.4.3
A simple C++ library for unified async communication
|
Base exception class for all unilink exceptions. More...
#include <exceptions.hpp>
Public Member Functions | |
| UnilinkException (const std::string &message, const std::string &component="", const std::string &operation="") | |
| const std::string & | get_component () const noexcept |
| const std::string & | get_operation () const noexcept |
| std::string | get_full_message () const |
Base exception class for all unilink exceptions.
Provides a common base for all exceptions thrown by the unilink library. Includes additional context information for better error reporting.
Definition at line 33 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 35 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 39 of file exceptions.hpp.
|
inline |
Definition at line 42 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 40 of file exceptions.hpp.