Class to allow us to throw a KeyError
from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
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.
◆ KeyErrorException()
KeyErrorException::KeyErrorException |
( |
std::string |
key | ) |
|
|
inline |
◆ ~KeyErrorException()
KeyErrorException::~KeyErrorException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ key()
std::string KeyErrorException::key |
( |
| ) |
const |
|
inline |
◆ what()
const char * KeyErrorException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: