This is the class in charge of informing the user that the program could not find the font section in the configuration file.
More...
#include <No.hpp>
|
| NoFontInConfigFile (const std::string &tomlPath="", const std::string &tomlKey="") |
| Construct a new No Font In Config File object.
|
|
| ~NoFontInConfigFile () |
|
const char * | what () const noexcept |
| Retrieves the error message.
|
|
This is the class in charge of informing the user that the program could not find the font section in the configuration file.
Definition at line 861 of file No.hpp.
◆ NoFontInConfigFile()
CustomExceptions::NoFontInConfigFile::NoFontInConfigFile |
( |
const std::string & | tomlPath = "", |
|
|
const std::string & | tomlKey = "" ) |
Construct a new No Font In Config File object.
- Parameters
-
tomlPath | The path to the toml file. |
tomlKey | The key that was affected. |
Definition at line 491 of file No.cpp.
◆ ~NoFontInConfigFile()
CustomExceptions::NoFontInConfigFile::~NoFontInConfigFile |
( |
| ) |
|
◆ what()
const char * CustomExceptions::NoFontInConfigFile::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 505 of file No.cpp.
The documentation for this class was generated from the following files:
- gui/include/CustomExceptions/No.hpp
- gui/src/CustomExceptions/No.cpp