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

uk.co.probablyfine.inject.InjectionException Maven / Gradle / Ivy

The newest version!
package uk.co.probablyfine.inject;

class InjectionException extends RuntimeException {
    InjectionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy