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

io.github.helpermethod.zipforge.ZipForgeException Maven / Gradle / Ivy

The newest version!
package io.github.helpermethod.zipforge;

import java.io.IOException;

public class ZipForgeException extends RuntimeException {
    public ZipForgeException(IOException e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy