Coverage for src/python/dandeliion/client/exceptions.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-22 10:38 +0100
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-22 10:38 +0100
1class DandeliionInterfaceException(Exception):
2 pass
5class DandeliionAPIException(Exception):
6 """
7 Raised whenever the API returns an error. The exception will contain the
8 raw error message from the API.
9 """
10 pass