Searched defs:ESPException (Results 1 – 2 of 2) sorted by relevance
21 ESPException::ESPException(esp_err_t error) : error(error) { } in ESPException() function in idf::ESPException
33 class ESPException : public std::exception { class