12 #ifndef _DATASTRUCTS_EXCEPTION_H_20050126
13 #define _DATASTRUCTS_EXCEPTION_H_20050126
22 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
DatastructsException(const std::string &msg)
construct with an error message
#define RDKIT_DATASTRUCTS_EXPORT