datapoint-python icon indicating copy to clipboard operation
datapoint-python copied to clipboard

Make exceptions clearer

Open Perseudonymous opened this issue 5 years ago • 1 comments

At the moment they are all APIException - this could be clearer

Perseudonymous avatar Jan 14 '20 22:01 Perseudonymous

class APIException(Exception):
    """When Datapoint returns a broken API response."""

    pass

Is definitely not all this does now

Perseudonymous avatar Jan 14 '20 22:01 Perseudonymous