Searched refs:HTTPServerError (Results 1 – 2 of 2) sorted by relevance
31 char HTTPServerError::ID = 0;33 HTTPServerError::HTTPServerError(const Twine &Msg) : Msg(Msg.str()) {} in HTTPServerError() function in HTTPServerError35 void HTTPServerError::log(raw_ostream &OS) const { OS << Msg; } in log()183 return make_error<HTTPServerError>("no httplib"); in bind()187 return make_error<HTTPServerError>("no httplib"); in bind()191 return make_error<HTTPServerError>("no httplib"); in listen()
37 class HTTPServerError : public ErrorInfo<HTTPServerError, ECError> {40 HTTPServerError(const Twine &Msg);