
com.testvagrant.mdb.Exceptions.ConnectedDevicesException Maven / Gradle / Ivy
package com.testvagrant.mdb.Exceptions;
public class ConnectedDevicesException extends RuntimeException{
public ConnectedDevicesException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy