• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ets-labs / python-dependency-injector / 3726498992

pending completion
3726498992

push

github-actions

Roman Mogylatov
Update changelog

691 of 750 relevant lines covered (92.13%)

0.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/dependency_injector/errors.py
1
"""Dependency injector errors."""
2

3

4
class Error(Exception):
1✔
5
    """Base error.
6

7
    All dependency injector errors extend this error class.
8
    """
9

10

11
class NoSuchProviderError(Error, AttributeError):
1✔
12
    """Error that is raised when provider lookup is failed."""
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc