uptime-kuma-api/uptime_kuma_api/exceptions.py

5 lines
142 B
Python

class UptimeKumaException(Exception):
"""
There was an exception that occurred while communicating with Uptime Kuma.
"""
pass