class DependencyResolutionException : WinterException
Exception that is thrown when an error occurs during dependency resolution.
DependencyResolutionException(key: TypeKey<*>, message: String, cause: Throwable? = null)
Exception that is thrown when an error occurs during dependency resolution. |
val key: TypeKey<*> |