injectable.errors

Custom exceptions raised by injectable.

exception injectable.errors.AutowiringError[source]

Error indicating autowiring of a function failed.

exception injectable.errors.InjectionError(registry_type: str, dependency_name: str, matches: Set[Injectable] = None)[source]

Error indicating dependency injection failed.