R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::HelpFound Class Reference

This is the class in charge of informing the user that the help flag was found. 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 Help Found object.
 
 ~HelpFound ()
 Destroy the Help Found object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that the help flag was found. This is not an error.

Definition at line 30 of file Found.hpp.

Constructor & Destructor Documentation

◆ HelpFound()

CustomExceptions::HelpFound::HelpFound ( )

Construct a new Help Found object.

Definition at line 18 of file Found.cpp.

◆ ~HelpFound()

CustomExceptions::HelpFound::~HelpFound ( )

Destroy the Help Found object.

Definition at line 24 of file Found.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 26 of file Found.cpp.


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