This is the class in charge of informing the user that the program could not find the Background section in the configuration file.
More...
#include <No.hpp>
This is the class in charge of informing the user that the program could not find the Background section in the configuration file.
Definition at line 913 of file No.hpp.
◆ NoBackgroundInConfigFile()
CustomExceptions::NoBackgroundInConfigFile::NoBackgroundInConfigFile |
( |
const std::string & | tomlPath = "", |
|
|
const std::string & | tomlKey = "" ) |
Construct a new No Background In Config File object.
- Parameters
-
tomlPath | The path to the toml file. |
tomlKey | The key that was affected. |
Definition at line 529 of file No.cpp.
◆ ~NoBackgroundInConfigFile()
CustomExceptions::NoBackgroundInConfigFile::~NoBackgroundInConfigFile |
( |
| ) |
|
◆ what()
const char * CustomExceptions::NoBackgroundInConfigFile::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 543 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