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

de.sstoehr.harreader.HarReaderException Maven / Gradle / Ivy

The newest version!
package de.sstoehr.harreader;

import java.io.IOException;

public class HarReaderException extends IOException {

    public HarReaderException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy