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

Method timeout

dut.hh:33–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32struct timeout : failure {
33 timeout(const char *s, const char *sqlstate_ = "") throw()
34 : failure(s, sqlstate_) { }
35};
36
37struct syntax : failure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected