Home
last modified time | relevance | path

Searched refs:errorHandlerIn (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dwebsocket.hpp64 std::function<void(Connection&)> errorHandlerIn) : in ConnectionImpl() argument
71 errorHandler(std::move(errorHandlerIn)), session(sessionIn) in ConnectionImpl()