stolichki/crawler/utils/exceptions.py

3 lines
108 B
Python
Raw Permalink Normal View History

2024-01-03 14:34:15 +10:00
class ConfigError(Exception):
def __init__(self, *args: object) -> None:
super().__init__(*args)