io.logz.sawmill.exceptions.ProcessorMissingException Maven / Gradle / Ivy
The newest version!
package io.logz.sawmill.exceptions;
public class ProcessorMissingException extends SawmillException {
public ProcessorMissingException(String errorMsg) {
super(errorMsg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy