winter / io.jentz.winter / DependencyResolutionException

DependencyResolutionException

class DependencyResolutionException : WinterException

Exception that is thrown when an error occurs during dependency resolution.

Constructors

<init>

DependencyResolutionException(key: TypeKey<*>, message: String, cause: Throwable? = null)

Exception that is thrown when an error occurs during dependency resolution.

Properties

key

val key: TypeKey<*>