Boost-Python-Examples/Examples/exception_translation at master · zpoint/Boost-Python-Examples

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

exception_translation

python3 exception_translation

make
python3 example.py

Call from func_from_cpp
reach here
Call from func_from_cpp
translating exception
destructor of MyCPPException
destructor of MyCPPException
Exception occure
e.message:  Throwing an exception as requested.
e.extraData This is the extra data.