mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
make InjectionException unchecked
This commit is contained in:
parent
09b4da7974
commit
687efb7444
@ -6,7 +6,7 @@ import com.dfsek.terra.api.inject.Injector;
|
|||||||
/**
|
/**
|
||||||
* Thrown when dynamic dependency injection cannot be completed by an {@link Injector}.
|
* Thrown when dynamic dependency injection cannot be completed by an {@link Injector}.
|
||||||
*/
|
*/
|
||||||
public class InjectionException extends Exception {
|
public class InjectionException extends RuntimeException {
|
||||||
private static final long serialVersionUID = -6929631447064215387L;
|
private static final long serialVersionUID = -6929631447064215387L;
|
||||||
|
|
||||||
public InjectionException(String message) {
|
public InjectionException(String message) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user