Handle FritzInternalError exception for Fritz (#65124)
This commit is contained in:
parent
efbbef5922
commit
f369cef32f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ from fritzconnection.core.exceptions import (
|
||||||
FritzActionError,
|
FritzActionError,
|
||||||
FritzActionFailedError,
|
FritzActionFailedError,
|
||||||
FritzConnectionException,
|
FritzConnectionException,
|
||||||
|
FritzInternalError,
|
||||||
FritzLookUpError,
|
FritzLookUpError,
|
||||||
FritzSecurityError,
|
FritzSecurityError,
|
||||||
FritzServiceError,
|
FritzServiceError,
|
||||||
|
@ -523,6 +524,7 @@ class AvmWrapper(FritzBoxTools):
|
||||||
except (
|
except (
|
||||||
FritzActionError,
|
FritzActionError,
|
||||||
FritzActionFailedError,
|
FritzActionFailedError,
|
||||||
|
FritzInternalError,
|
||||||
FritzServiceError,
|
FritzServiceError,
|
||||||
FritzLookUpError,
|
FritzLookUpError,
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Reference in a new issue