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

Method MathError

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected