Searched defs:reportable_exception (Results 1 – 1 of 1) sorted by relevance
713 struct reportable_exception struct718 reportable_exception(int c, const string& m): code(c), message(m) {} in reportable_exception() argument719 reportable_exception(const string& m): code(503), message(m) {} in reportable_exception() argument720 reportable_exception(): code(503), message() {} in reportable_exception() argument736 struct sqlite_exception: public reportable_exception argument