Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ MyException
Method
MyException
test/core/test_exceptions_refcount.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
class MyException : public std::exception {
10
public:
11
MyException() { printf(
"me now!\n"
); }
12
~MyException() _NOEXCEPT { printf(
"i'm over!\n"
); }
13
};
14
Callers
nothing calls this directly
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected