I\'m writing a SWIG wrapper around a custom C++ library which defines its own C++ exception types. The library\'s exception types are richer and more specific than standard
Is the swig exception documentation any help? It mentions defining different exception handlers..