Skip to content

Commit 45fd599

Browse files
authored
Add UptimeKumaParseException to exports (#132)
1 parent e764e4a commit 45fd599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonkuma/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
UptimeKumaAuthenticationException,
66
UptimeKumaConnectionException,
77
UptimeKumaException,
8+
UptimeKumaParseException,
89
)
910
from .models import MonitorStatus, MonitorType, UptimeKumaMonitor, UptimeKumaVersion
1011
from .update import UpdateChecker
@@ -22,5 +23,6 @@
2223
"UptimeKumaConnectionException",
2324
"UptimeKumaException",
2425
"UptimeKumaMonitor",
26+
"UptimeKumaParseException",
2527
"UptimeKumaVersion",
2628
]

0 commit comments

Comments
 (0)