5 lines
142 B
Python
5 lines
142 B
Python
class UptimeKumaException(Exception):
|
|
"""
|
|
There was an exception that occurred while communicating with Uptime Kuma.
|
|
"""
|
|
pass
|