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

com.tngtech.jgiven.exception.JGivenInjectionException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.tngtech.jgiven.exception;

public class JGivenInjectionException extends RuntimeException {
    private static final long serialVersionUID = 1L;

    public JGivenInjectionException( String message, Exception e ) {
        super( message, e );
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy