StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Network::FrameError Class Referencefinal

The class representing an error in the packet. More...

#include <exception.hxx>

Inheritance diagram for StormByte::Network::FrameError:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Network::FrameError:
Collaboration graph
[legend]

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)
 

Detailed Description

The class representing an error in the packet.

Member Function Documentation

◆ Exception()

template<typename... Args>
StormByte::Network::Exception::Exception ( const std::string &  component,
std::format_string< Args... >  fmt,
Args &&...  args 
)
inline

Constructor


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