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

Exception class for missing address managers. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoAddressManager:
Inheritance graph
Collaboration diagram for CustomExceptions::NoAddressManager:
Collaboration graph

Public Member Functions

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

Detailed Description

Exception class for missing address managers.

Definition at line 127 of file No.hpp.

Constructor & Destructor Documentation

◆ NoAddressManager()

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

Construct a new NoAddressManager object.

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

Definition at line 87 of file No.cpp.

◆ ~NoAddressManager()

CustomExceptions::NoAddressManager::~NoAddressManager ( )

Definition at line 96 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 98 of file No.cpp.


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