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

uk.co.deliverymind.lightning.exceptions.XMLFileNoTestsException Maven / Gradle / Ivy

There is a newer version: 5.6.1
Show newest version
package uk.co.deliverymind.lightning.exceptions;

public class XMLFileNoTestsException extends RuntimeException {
    public XMLFileNoTestsException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy