MCPcopy 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

9class MyException : public std::exception {
10public:
11 MyException() { printf("me now!\n"); }
12 ~MyException() _NOEXCEPT { printf("i'm over!\n"); }
13};
14

Callers

nothing calls this directly

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected