Searched defs:RawError (Results 1 – 2 of 2) sorted by relevance
47 RawError::RawError(raw_error_code C) : RawError(C, "") {} in RawError() function in RawError49 RawError::RawError(const std::string &Context) in RawError() function in RawError52 RawError::RawError(raw_error_code C, const std::string &Context) : Code(C) { in RawError() function in RawError
55 RawError::RawError(raw_error_code C) : RawError(C, "") {} in RawError() function in RawError57 RawError::RawError(const std::string &Context) in RawError() function in RawError60 RawError::RawError(raw_error_code C, const std::string &Context) : Code(C) { in RawError() function in RawError