-
Notifications
You must be signed in to change notification settings - Fork 711
Closed
Description
I'm trying to compile cpp_utils components, But it gives me this error,
CXX build/cpp_utils/HttpServer.o
/Users/Prasad/esp/https_request/components/cpp_utils/./HttpServer.cpp: In member function 'virtual void HttpServerTask::run(void*)':
/Users/Prasad/esp/https_request/components/cpp_utils/./HttpServer.cpp:195:25: error: exception handling disabled, use -fexceptions to enable
catch(std::exception e) {