Transport frame error.
More...
#include <StormByte/network/exception.hxx>
|
| template<typename... Args> |
| | FrameError (std::format_string< Args... > fmt, Args &&... args) |
| | Construct from a format string.
|
| |
| template<typename... Args> |
| | Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) |
| | Construct with a component prefix and a format string.
|
| |
| template<typename... Args> |
| | Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) |
| | Construct with a component prefix and a format string.
|
| |
◆ FrameError()
template<typename... Args>
| StormByte::Network::FrameError::FrameError |
( |
std::format_string< Args... > |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Construct from a format string.
- Template Parameters
-
| Args | Format argument types. |
- Parameters
-
| fmt | Format string. |
| args | Format arguments. |
◆ Exception()
template<typename... Args>
| StormByte::Network::Exception::Exception |
( |
const std::string & |
component, |
|
|
std::format_string< Args... > |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Construct with a component prefix and a format string.
- Template Parameters
-
| Args | Format argument types. |
- Parameters
-
| component | Subsystem name. |
| fmt | Format string. |
| args | Format arguments. |
The documentation for this class was generated from the following file: