Functions | |
void | showNotification (std::string msg) |
Displays a notification message. | |
void | showWarning (std::string msg) |
Displays a warning message. | |
void | showError (std::string msg) |
Displays an error message. | |
void ErrorHandler::showError | ( | std::string | msg | ) |
Displays an error message.
msg | The error message to be displayed. |
void ErrorHandler::showNotification | ( | std::string | msg | ) |
Displays a notification message.
msg | The notification message to be displayed. |
void ErrorHandler::showWarning | ( | std::string | msg | ) |
Displays a warning message.
msg | The warning message to be displayed. |