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

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

#include <Found.hpp>

Inheritance diagram for CustomExceptions::VersionFound:
Inheritance graph
Collaboration diagram for CustomExceptions::VersionFound:
Collaboration graph

Public Member Functions

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

Detailed Description

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

Definition at line 53 of file Found.hpp.

Constructor & Destructor Documentation

◆ VersionFound()

CustomExceptions::VersionFound::VersionFound ( )

Construct a new VersionFound object. Sets the message indicating that the version option was found.

Definition at line 46 of file Found.cpp.

◆ ~VersionFound()

CustomExceptions::VersionFound::~VersionFound ( )

Destroy the VersionFound object.

Definition at line 55 of file Found.cpp.

Member Function Documentation

◆ what()

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

Retrieves the message.

Retrieves the message for VersionFound exception.

Returns
A C-style string representing the message.

Definition at line 61 of file Found.cpp.


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