#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ErrorHandler |
Functions | |
| void | ErrorHandler::showNotification (std::string msg) |
| Displays a notification message. | |
| void | ErrorHandler::showWarning (std::string msg) |
| Displays a warning message. | |
| void | ErrorHandler::showError (std::string msg) |
| Displays an error message. | |