Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
struct OutOfSteakException {};
4
5
void translateException( const OutOfSteakException& x) {
6
PyErr_SetString(PyExc_UserWarning,
"The meat is gone, go for the cheese...."
);
Callers
1
someFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected