
dev.vality.testcontainers.annotations.exception.NoSuchFileException Maven / Gradle / Ivy
package dev.vality.testcontainers.annotations.exception;
public class NoSuchFileException extends RuntimeException {
public NoSuchFileException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy