Skip to content

Commit d7a9f0a

Browse files
committed
new error class
1 parent d1d019d commit d7a9f0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weconnect/errors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ class AuthentificationError(Exception):
1414
pass
1515

1616

17+
class TemporaryAuthentificationError(AuthentificationError):
18+
pass
19+
20+
1721
class APICompatibilityError(Exception):
1822
pass
1923

0 commit comments

Comments
 (0)