MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / MathError

Class MathError

test/core/test_exceptions_resume.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace std;
12
13class MathError: public std::runtime_error {
14 public:
15 explicit MathError(const std::string& what) : std::runtime_error(what) { }
16};
17
18std::string _latest_err_msg;
19int _result;

Callers 2

cpp_adderFunction · 0.85
c_adderFunction · 0.85

Calls

no outgoing calls

Tested by 2

cpp_adderFunction · 0.68
c_adderFunction · 0.68