org.hwo.pulscounter/src/org/hwo/pulscounter/device/NoDeviceConnectionException...

6 lines
108 B
Java
Raw Normal View History

2016-09-08 18:47:31 +02:00
package org.hwo.pulscounter.device;
public class NoDeviceConnectionException extends RuntimeException {
}