MCPcopy Create free account
hub / github.com/anse1/sqlsmith / syntax

Method syntax

dut.hh:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37struct syntax : failure {
38 syntax(const char *s, const char *sqlstate_ = "") throw()
39 : failure(s, sqlstate_) { }
40};
41
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected