19 #ifndef OPENXCOM_EXCEPTION_H
20 #define OPENXCOM_EXCEPTION_H
38 Exception(
const std::string &msg)
throw();
42 const char *
what()
const throw();
~Exception()
Cleans up the exception.
Definition: Exception.cpp:33
Exception(const std::string &msg)
Creates an exception.
Definition: Exception.cpp:29
Basic exception class to distinguish OpenXcom exceptions from the rest.
Definition: Exception.h:32
const char * what() const
Returns the exception message.
Definition: Exception.cpp:42