25 #ifndef TGUI_EXCEPTION_HPP
26 #define TGUI_EXCEPTION_HPP
32 #include <TGUI/String.hpp>
40 #if defined TGUI_SYSTEM_WINDOWS && defined _MSC_VER
42 #pragma warning(disable:4275)
45 class TGUI_API
Exception :
public std::runtime_error {
48 std::runtime_error(argument.toStdString())
53 #if defined TGUI_SYSTEM_WINDOWS && defined _MSC_VER
Definition: Exception.hpp:45
Wrapper class to store strings.
Definition: String.hpp:74
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:36