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