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

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoBodyFontConfiguration:
Inheritance graph
Collaboration diagram for CustomExceptions::NoBodyFontConfiguration:
Collaboration graph

Public Member Functions

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

Definition at line 653 of file No.hpp.

Constructor & Destructor Documentation

◆ NoBodyFontConfiguration()

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

Construct a new No Body Font Configuration object.

Parameters
tomlPathThe path to the toml configuration file.

Definition at line 365 of file No.cpp.

◆ ~NoBodyFontConfiguration()

CustomExceptions::NoBodyFontConfiguration::~NoBodyFontConfiguration ( )

Destroy the No Body Font Configuration object.

Definition at line 375 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 377 of file No.cpp.


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