![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Class to allow us to throw a KeyError
from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Public Member Functions | |
KeyErrorException (std::string key) | |
std::string | key () const |
const char * | what () const noexcept override |
~KeyErrorException () noexcept | |
Class to allow us to throw a KeyError
from C++ and have it make it back to Python.
Definition at line 57 of file Exceptions.h.
|
inline |
Definition at line 59 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 69 of file Exceptions.h.
|
inline |
Definition at line 61 of file Exceptions.h.
|
inlineoverridenoexcept |
Definition at line 63 of file Exceptions.h.