![]() |
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 override=default | |
Class to allow us to throw a KeyError from C++ and have it make it back to Python.
Definition at line 56 of file Exceptions.h.
|
inline |
Definition at line 58 of file Exceptions.h.
References key().
|
overridedefaultnoexcept |
|
inline |
Definition at line 62 of file Exceptions.h.
Referenced by KeyErrorException().
|
inlineoverridenoexcept |
Definition at line 64 of file Exceptions.h.