All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.wizzie.normalizer.exceptions.TryToDoLoopException Maven / Gradle / Ivy

The newest version!
package io.wizzie.normalizer.exceptions;

public class TryToDoLoopException extends PlanBuilderException {
    public TryToDoLoopException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy