GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::exception_messages Namespace Reference

Variables

constexpr std::string_view alreadyRegisteredClassName = "This class name already registered"
 
constexpr std::string_view notEnoughSpace = "Insufficient space is available to store the new string"
 
constexpr std::string_view notImplemented = R"(Method "{}" not implemented for "{}" class)"
 

Variable Documentation

◆ alreadyRegisteredClassName

std::string_view gui_framework::exception_messages::alreadyRegisteredClassName = "This class name already registered"
inlineconstexpr

Definition at line 9 of file ExceptionConstants.h.

◆ notEnoughSpace

std::string_view gui_framework::exception_messages::notEnoughSpace = "Insufficient space is available to store the new string"
inlineconstexpr

Definition at line 11 of file ExceptionConstants.h.

◆ notImplemented

std::string_view gui_framework::exception_messages::notImplemented = R"(Method "{}" not implemented for "{}" class)"
inlineconstexpr

Definition at line 13 of file ExceptionConstants.h.