io.brachu.johann.exception.ComposeFileNotFoundException Maven / Gradle / Ivy
package io.brachu.johann.exception;
public class ComposeFileNotFoundException extends JohannException {
private static final long serialVersionUID = 4159645566092345161L;
public ComposeFileNotFoundException(String message) {
super(message);
}
}