1 #ifndef LXGUI_UTILS_EXCEPTION_HPP
2 #define LXGUI_UTILS_EXCEPTION_HPP
4 #include "lxgui/lxgui.hpp"
5 #include "lxgui/utils.hpp"
28 explicit exception(
const std::string& message);
36 exception(
const std::string& class_name,
const std::string& message);
48 const char*
what() const noexcept override;
exception()=default
Default exception.
const char * what() const noexcept override
Override std::exception::what()
exception(const exception &other)=default
Copy constructor.
const std::string & get_description() const
Returns the message of the exception.