datapoint-python
datapoint-python copied to clipboard
Make exceptions clearer
At the moment they are all APIException
- this could be clearer
class APIException(Exception):
"""When Datapoint returns a broken API response."""
pass
Is definitely not all this does now