3#include <Infinity/api.h>
41 virtual const char*
what() const noexcept override;
Base exception class for all Infinity Engine exceptions.
Definition BaseException.hpp:20
BaseException(const std::string &message)
Constructs a BaseException with a std::string message.
virtual const char * what() const noexcept override
Returns the exception message.
BaseException(const char *message)
Constructs a BaseException with a C-string message.
Definition BaseException.hpp:9