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

Exception class for the help flag. This is not an error. More...

#include <Found.hpp>

Inheritance diagram for CustomExceptions::HelpFound:
Inheritance graph
Collaboration diagram for CustomExceptions::HelpFound:
Collaboration graph

Public Member Functions

 HelpFound ()
 Construct a new HelpFound object. Sets the message indicating that the help option was found.
 
 ~HelpFound ()
 Destroy the HelpFound object.
 
const char * what () const noexcept
 Retrieves the message.
 

Detailed Description

Exception class for the help flag. This is not an error.

Definition at line 27 of file Found.hpp.

Constructor & Destructor Documentation

◆ HelpFound()

CustomExceptions::HelpFound::HelpFound ( )

Construct a new HelpFound object. Sets the message indicating that the help option was found.

Definition at line 22 of file Found.cpp.

◆ ~HelpFound()

CustomExceptions::HelpFound::~HelpFound ( )

Destroy the HelpFound object.

Definition at line 31 of file Found.cpp.

Member Function Documentation

◆ what()

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

Retrieves the message.

Retrieves the message for HelpFound exception.

Returns
A C-style string representing the message.

Definition at line 37 of file Found.cpp.


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