MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / bytecode_error

Class bytecode_error

Tools/Exceptions.h:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313};
314
315class bytecode_error : public runtime_error
316{
317public:
318 bytecode_error(const string& error);
319};
320
321typedef bytecode_error Invalid_Instruction;
322

Callers 3

parse_with_errorMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected