com.github.rawls238.scientist4j.exceptions.MismatchException Maven / Gradle / Ivy
The newest version!
package com.github.rawls238.scientist4j.exceptions;
public class MismatchException extends LaboratoryException {
public MismatchException(String msg) {
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy