uptime-kuma-api/uptime_kuma_api/exceptions.py

11 lines
252 B
Python
Raw Normal View History

class UptimeKumaException(Exception):
"""
There was an exception that occurred while communicating with Uptime Kuma.
"""
class Timeout(UptimeKumaException):
"""
A timeout has occurred while communicating with Uptime Kuma.
"""