lightbulb.di.exceptions¶
- exception CircularDependencyException[source]¶
Exception raised when a circular dependency is detected.
- exception ContainerClosedException[source]¶
Exception raised when attempting to get a dependency from a closed container.
- exception DependencyInjectionException[source]¶
Base class for all exceptions raised from the dependency injection system.