16#include <imgui-SFML.h>
18#include <spdlog/spdlog.h>
43 const char *
what() const noexcept
override {
return _message.c_str(); }
The exception class.
Definition: Core.hpp:31
std::string _message
The message of the exception.
Definition: Core.hpp:46
const char * what() const noexcept override
Get the message of the exception.
Definition: Core.hpp:43
Exception(const std::string &message)
The constructor of the exception class.
Definition: Core.hpp:37
The uranus exception namespace.
Definition: Core.hpp:27