Class to allow us to throw a ValueError
from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Class to allow us to throw a ValueError
from C++ and have it make it back to Python.
Definition at line 40 of file Exceptions.h.
◆ ValueErrorException() [1/2]
ValueErrorException::ValueErrorException |
( |
std::string |
i | ) |
|
|
inline |
◆ ValueErrorException() [2/2]
ValueErrorException::ValueErrorException |
( |
const char * |
msg | ) |
|
|
inline |
◆ ~ValueErrorException()
ValueErrorException::~ValueErrorException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ what()
const char * ValueErrorException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: