Ambiguous
data class Ambiguous(val key: DependencyKey, val functions: Set<DependencyInitializer>) : DependencyInitializer(source)
Represents a specific implementation of DependencyInitializer that throws an exception when there are multiple dependencies matching the given key, leading to an ambiguity.
Throws
Always thrown when attempting to create a dependency through the create method.