Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ MyException7
Method
MyException7
tests/test_exceptions.cpp:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
struct MyException7 {
120
explicit MyException7(const CustomData &message) : message(message) {}
121
CustomData message;
122
};
123
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected