Files
modorganizer-plugin_python/src/runner/error.h
T

8 lines
148 B
C
Raw Normal View History

#ifndef ERROR_H
#define ERROR_H
// turn an error from the python interpreter into an exception
void reportPythonError();
#endif // ERROR_H