We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f39ed4 commit cc85ae5Copy full SHA for cc85ae5
dependency_injector/errors.py
@@ -6,3 +6,5 @@ class Error(Exception):
6
7
All dependency injector errors extend this error class.
8
"""
9
+
10
+print(__file__, __name__)
0 commit comments