ctbrec-5.3.2-experimental/common/src/main/java/ctbrec/UnsupportedOperatingSystemE...

10 lines
184 B
Java

package ctbrec;
public class UnsupportedOperatingSystemException extends RuntimeException {
public UnsupportedOperatingSystemException(String msg) {
super(msg);
}
}