MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / OutOfSteakException

Class OutOfSteakException

12-Exceptions/myexceptions.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Python.h"
2
3struct OutOfSteakException {};
4
5void translateException( const OutOfSteakException& x) {
6 PyErr_SetString(PyExc_UserWarning, "The meat is gone, go for the cheese....");

Callers 1

someFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected