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

com.browserup.harreader.HarReaderException Maven / Gradle / Ivy

package com.browserup.harreader;

public class HarReaderException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy