python-dependency-injector/dependency_injector/errors.py

7 lines
70 B
Python

"""Errors module."""
class Error(Exception):
"""Base error."""