python-dependency-injector/dependency_injector/errors.py

6 lines
69 B
Python

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