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::ConnectionError Class Reference

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

#include <exception.hxx>

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

Public Member Functions

template<typename... Args>
 ConnectionError (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 connection.

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: