Exception class for missing TOML files.
More...
#include <No.hpp>
|
| | NoTOML (const std::string &tomlPath="") |
| | Construct a new NoTOML object.
|
| |
| | ~NoTOML () |
| | Destroy the NoTOML object.
|
| |
| const char * | what () const noexcept |
| | Retrieves the error message.
|
| |
Exception class for missing TOML files.
Definition at line 51 of file No.hpp.
◆ NoTOML()
| CustomExceptions::NoTOML::NoTOML |
( |
const std::string & | tomlPath = "" | ) |
|
Construct a new NoTOML object.
- Parameters
-
| tomlPath | The path to the TOML file. |
Definition at line 34 of file No.cpp.
◆ ~NoTOML()
| CustomExceptions::NoTOML::~NoTOML |
( |
| ) |
|
◆ what()
| const char * CustomExceptions::NoTOML::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 46 of file No.cpp.
The documentation for this class was generated from the following files: