Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/
Desp_exception.cpp21 ESPException::ESPException(esp_err_t error) : error(error) { } in ESPException() function in idf::ESPException
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_exception.hpp33 class ESPException : public std::exception { class