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