Python: Wrapped exception

This commit is contained in:
Philippe Tillet
2015-05-01 11:29:39 -04:00
parent 86ffc7f6a6
commit 1a3923c562
5 changed files with 96 additions and 2 deletions

6
python/src/exceptions.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef ISAAC_PYTHON_EXCEPTIONS_HPP
#define ISAAC_PYTHON_EXCEPTIONS_HPP
void export_exceptions();
#endif