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

This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text when it is a title. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoTitleFontConfiguration:
Inheritance graph
Collaboration diagram for CustomExceptions::NoTitleFontConfiguration:
Collaboration graph

Public Member Functions

 NoTitleFontConfiguration (const std::string &tomlPath="")
 Construct a new No Title Font Configuration object.
 
 ~NoTitleFontConfiguration ()
 Destroy the No Title Font Configuration object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text when it is a title.

Definition at line 623 of file No.hpp.

Constructor & Destructor Documentation

◆ NoTitleFontConfiguration()

CustomExceptions::NoTitleFontConfiguration::NoTitleFontConfiguration ( const std::string & tomlPath = "")

Construct a new No Title Font Configuration object.

Parameters
tomlPathThe path to the toml configuration file.

Definition at line 348 of file No.cpp.

◆ ~NoTitleFontConfiguration()

CustomExceptions::NoTitleFontConfiguration::~NoTitleFontConfiguration ( )

Destroy the No Title Font Configuration object.

Definition at line 358 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 360 of file No.cpp.


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