|
StormByte C++ Library: Network module 1.1.0
StormByte-Network is the C++26 networking module of the StormByte suite.
|
Base exception for the Network module. More...
#include <StormByte/network/exception.hxx>


Public Member Functions | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
| Construct with a component prefix and a format string. | |
Base exception for the Network module.
|
inline |
Construct with a component prefix and a format string.
| Args | Format argument types. |
| component | Subsystem name. |
| fmt | Format string. |
| args | Format arguments. |