Home
last modified time | relevance | path

Searched defs:MolPicklerException (Results 1 – 1 of 1) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DMolPickler.h38 MolPicklerException(const char *msg) : _msg(msg){}; in MolPicklerException() function
39 MolPicklerException(const std::string msg) : _msg(msg){}; in MolPicklerException() function