dotfiles/.config/polybar/scripts/weather/exceptions.py

3 lines
59 B
Python
Raw Normal View History

2022-10-21 06:15:28 -04:00
class ApiServiceError(Exception):
"""Service Error"""