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

Exception class for missing active network managers. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoActiveNetwork:
Inheritance graph
Collaboration diagram for CustomExceptions::NoActiveNetwork:
Collaboration graph

Public Member Functions

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

Detailed Description

Exception class for missing active network managers.

Definition at line 104 of file No.hpp.

Constructor & Destructor Documentation

◆ NoActiveNetwork()

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

Construct a new NoActiveNetwork object.

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

Definition at line 71 of file No.cpp.

◆ ~NoActiveNetwork()

CustomExceptions::NoActiveNetwork::~NoActiveNetwork ( )

Definition at line 80 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 82 of file No.cpp.


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