R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoDefaultFontConfiguration 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 not a title nor a body. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoDefaultFontConfiguration:
Inheritance graph
Collaboration diagram for CustomExceptions::NoDefaultFontConfiguration:
Collaboration graph

Public Member Functions

 NoDefaultFontConfiguration (const std::string &tomlPath="")
 Construct a new No Default Font Configuration object.
 
 ~NoDefaultFontConfiguration ()
 Destroy the No Default 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 not a title nor a body.

Definition at line 683 of file No.hpp.

Constructor & Destructor Documentation

◆ NoDefaultFontConfiguration()

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

Construct a new No Default Font Configuration object.

Parameters
tomlPathThe path to the toml configuration file.

Definition at line 382 of file No.cpp.

◆ ~NoDefaultFontConfiguration()

CustomExceptions::NoDefaultFontConfiguration::~NoDefaultFontConfiguration ( )

Destroy the No Default Font Configuration object.

Definition at line 392 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 394 of file No.cpp.


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