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

Method broken

dut.hh:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27struct broken : failure {
28 broken(const char *s, const char *sqlstate_ = "") throw()
29 : failure(s, sqlstate_) { }
30};
31
32struct timeout : failure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected