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

Method failure

dut.hh:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 return errstr.c_str();
19 }
20 failure(const char *s, const char *sqlstate_ = "") throw()
21 : errstr(), sqlstate() {
22 errstr = s;
23 sqlstate = sqlstate_;
24 };
25};
26
27struct broken : failure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected