14 #ifndef _DATASTRUCTS_EXCEPTION_H_20050126
15 #define _DATASTRUCTS_EXCEPTION_H_20050126
24 const char *
what() const noexcept
override {
return _msg.c_str(); }
const char * what() const noexcept override
get the error message
DatastructsException(const char *msg)
construct with an error message
~DatastructsException() noexcept override=default
DatastructsException(std::string msg)
construct with an error message
#define RDKIT_DATASTRUCTS_EXPORT