File WifiConnException.h
File List > e-paper-board > src > exception > WifiConnException.h
Go to the documentation of this file.
#include <exception>
struct WifiConnException : public std::exception {
const char* what() const throw() {
return "WiFi connection failed";
}
};