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 |
| ~KeyErrorException () throw () | |
KeyError from C++ and have it make it back to Python.
Definition at line 42 of file Exceptions.h.
| KeyErrorException::KeyErrorException | ( | std::string | key | ) | [inline] |
Definition at line 45 of file Exceptions.h.
| KeyErrorException::~KeyErrorException | ( | ) | throw () [inline] |
Definition at line 47 of file Exceptions.h.
| std::string KeyErrorException::key | ( | ) | const [inline] |
Definition at line 46 of file Exceptions.h.
1.5.3