This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text that will help display icon's in the buttons.
More...
#include <No.hpp>
This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text that will help display icon's in the buttons.
Definition at line 713 of file No.hpp.
◆ NoButtonFontConfiguration()
CustomExceptions::NoButtonFontConfiguration::NoButtonFontConfiguration |
( |
const std::string & | tomlPath = "" | ) |
|
Construct a new No Default Font Configuration object.
- Parameters
-
tomlPath | The path to the toml configuration file. |
Definition at line 399 of file No.cpp.
◆ ~NoButtonFontConfiguration()
CustomExceptions::NoButtonFontConfiguration::~NoButtonFontConfiguration |
( |
| ) |
|
Destroy the No Default Font Configuration object.
Definition at line 409 of file No.cpp.
◆ what()
const char * CustomExceptions::NoButtonFontConfiguration::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 411 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