![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
Thrown when pybind11::cast or handle::call fail due to a type casting error. More...
#include <common.h>

Public Member Functions | |
| reference_cast_error () | |
| void | set_error () const override |
| Set the error using the Python C API. More... | |
Thrown when pybind11::cast or handle::call fail due to a type casting error.
Definition at line 678 of file detail/common.h.
|
inline |
Definition at line 678 of file detail/common.h.
|
inlineoverridevirtual |
Set the error using the Python C API.
Implements builtin_exception.
Definition at line 678 of file detail/common.h.
1.8.13