1#ifndef LXGUI_GUI_EXCEPTION_HPP 
    2#define LXGUI_GUI_EXCEPTION_HPP 
    4#include "lxgui/lxgui.hpp" 
    5#include "lxgui/utils_exception.hpp" 
   16    exception(
const std::string& class_name, 
const std::string& message) :
 
 
 
Exception to be thrown by GUI code.
exception(const std::string &message)
exception(const std::string &class_name, const std::string &message)