|
StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
|
The class representing an error in the packet. More...
#include <exception.hxx>


Public Member Functions | |
| template<typename... Args> | |
| FrameError (std::format_string< Args... > fmt, Args &&... args) | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
Public Member Functions inherited from StormByte::Network::Exception | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
The class representing an error in the packet.
|
inline |
Constructor