mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
6 lines
69 B
Python
6 lines
69 B
Python
"""Errors module."""
|
|
|
|
|
|
class Error(Exception):
|
|
"""Base error."""
|