GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ExceptionConstants.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  gui_framework
 
namespace  gui_framework::exception_messages
 

Variables

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