Home
last modified time | relevance | path

Searched defs:reportable_exception (Results 1 – 1 of 1) sorted by relevance

/third_party/elfutils/debuginfod/
Ddebuginfod.cxx718 struct reportable_exception struct
723 reportable_exception(int c, const string& m): code(c), message(m) {} in reportable_exception() function
724 reportable_exception(const string& m): code(503), message(m) {} in reportable_exception() function
725 reportable_exception(): code(503), message() {} in reportable_exception() function
741 struct sqlite_exception: public reportable_exception argument