Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.