R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoNetworkClass Class Reference

This is the class in charge of informing the user that the program could not find any network class instance. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoNetworkClass:
Inheritance graph
Collaboration diagram for CustomExceptions::NoNetworkClass:
Collaboration graph

Public Member Functions

 NoNetworkClass (const std::string &exceptionDetails="")
 Construct a new No Network Class object.
 
 ~NoNetworkClass ()
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that the program could not find any network class instance.

Definition at line 964 of file No.hpp.

Constructor & Destructor Documentation

◆ NoNetworkClass()

CustomExceptions::NoNetworkClass::NoNetworkClass ( const std::string & exceptionDetails = "")

Construct a new No Network Class object.

Parameters
exceptionDetailsAdditional details provided for the specific reason the error was raised.

Definition at line 564 of file No.cpp.

◆ ~NoNetworkClass()

CustomExceptions::NoNetworkClass::~NoNetworkClass ( )

Definition at line 573 of file No.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::NoNetworkClass::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 575 of file No.cpp.


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