MCPcopy Create free account
hub / github.com/acl-dev/acl / syntax_error

Class syntax_error

lib_acl_cpp/src/serialize/gsoner.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29struct syntax_error : std::exception
30{
31 syntax_error(void) {}
32 syntax_error(const char* s) : exception()
33 {
34 std::cout << s << std::endl;
35 }
36};
37
38struct unsupported_type : std::exception
39{

Callers 7

next_tokenMethod · 0.85
skip_space_commentMethod · 0.85
check_commentMethod · 0.85
get_function_declareMethod · 0.85
get_initializelistMethod · 0.85
check_functionMethod · 0.85
check_memberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…