
losty.netatmo.exceptions.NetatmoNotLoggedInException Maven / Gradle / Ivy
package losty.netatmo.exceptions;
public class NetatmoNotLoggedInException extends NetatmoException {
public NetatmoNotLoggedInException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy