Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
using namespace std;
12
13
class MathError: public std::runtime_error {
14
public:
15
explicit MathError(const std::string& what) : std::runtime_error(what) { }
16
};
17
18
std::string _latest_err_msg;
19
int _result;
Callers
2
cpp_adder
Function · 0.85
c_adder
Function · 0.85
Calls
no outgoing calls
Tested by
2
cpp_adder
Function · 0.68
c_adder
Function · 0.68