Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
class bytecode_error : public runtime_error
316
{
317
public:
318
bytecode_error(const string& error);
319
};
320
321
typedef bytecode_error Invalid_Instruction;
322
Callers
3
parse_with_error
Method · 0.85
parse
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected