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

This is the class in charge of informing the user that the version flag was found. 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 Version Found object.
 
 ~VersionFound ()
 Destroy the Version 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 version flag was found. This is not an error.

Definition at line 58 of file Found.hpp.

Constructor & Destructor Documentation

◆ VersionFound()

CustomExceptions::VersionFound::VersionFound ( )

Construct a new Version Found object.

Definition at line 31 of file Found.cpp.

◆ ~VersionFound()

CustomExceptions::VersionFound::~VersionFound ( )

Destroy the Version Found object.

Definition at line 37 of file Found.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 39 of file Found.cpp.


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