This is the class in charge of informing the user that they tried to access a non-existant toml instance.
More...
#include <No.hpp>
|
| NoTOML (const std::string &tomlPath="") |
| Construct a new No toml object.
|
|
| ~NoTOML () |
| Destroy the No toml object.
|
|
const char * | what () const noexcept |
| Retrieves the error message.
|
|
This is the class in charge of informing the user that they tried to access a non-existant toml instance.
Definition at line 742 of file No.hpp.
◆ NoTOML()
CustomExceptions::NoTOML::NoTOML |
( |
const std::string & | tomlPath = "" | ) |
|
Construct a new No toml object.
- Parameters
-
tomlPath | The path to the toml file. |
Definition at line 416 of file No.cpp.
◆ ~NoTOML()
CustomExceptions::NoTOML::~NoTOML |
( |
| ) |
|
Destroy the No toml object.
Definition at line 426 of file No.cpp.
◆ what()
const char * CustomExceptions::NoTOML::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 428 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