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

Class timeout

dut.hh:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

testMethod · 0.85
testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected