This is the class in charge of informing the user that they tried to access a non-existant Event Manager.
More...
#include <No.hpp>
|
| NoEventManager (const std::string &exceptionDetail="") |
| Construct a new No Event Manager object.
|
|
| ~NoEventManager () |
| Destroy the No Event Manager 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 Event Manager.
Definition at line 87 of file No.hpp.
◆ NoEventManager()
CustomExceptions::NoEventManager::NoEventManager |
( |
const std::string & | exceptionDetail = "" | ) |
|
Construct a new No Event Manager object.
- Parameters
-
exceptionDetail | A string allowing you to provide extra detail if required |
Definition at line 50 of file No.cpp.
◆ ~NoEventManager()
CustomExceptions::NoEventManager::~NoEventManager |
( |
| ) |
|
Destroy the No Event Manager object.
Definition at line 59 of file No.cpp.
◆ what()
const char * CustomExceptions::NoEventManager::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 61 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