Home
last modified time | relevance | path

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

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/SmilesParse/
H A DSmilesParse.h105 SmilesParseException(const char *msg) : _msg(msg){}; in SmilesParseException() function
106 SmilesParseException(const std::string msg) : _msg(msg){}; in SmilesParseException() function