Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
CustomExceptions::NoNetworkClass Class Reference

Exception class for missing network class instances. 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 NoNetworkClass object.
 
 ~NoNetworkClass ()
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

Exception class for missing network class instances.

Definition at line 150 of file No.hpp.

Constructor & Destructor Documentation

◆ NoNetworkClass()

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

Construct a new NoNetworkClass object.

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

Definition at line 103 of file No.cpp.

◆ ~NoNetworkClass()

CustomExceptions::NoNetworkClass::~NoNetworkClass ( )

Definition at line 112 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 114 of file No.cpp.


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