
uk.co.probablyfine.inject.InjectionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of femto Show documentation
Show all versions of femto Show documentation
A teeny-tiny dependency injection library
The newest version!
package uk.co.probablyfine.inject;
class InjectionException extends RuntimeException {
InjectionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy