DependencyInjectionException
open class DependencyInjectionException(message: String? = null, cause: Throwable? = null) : RuntimeException(source)
Common parent for dependency injection problems.
Common parent for dependency injection problems.