mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
7 lines
70 B
Python
7 lines
70 B
Python
"""Errors module."""
|
|
|
|
|
|
class Error(Exception):
|
|
|
|
"""Base error."""
|