Skip to content

Commit 11580ba

Browse files
committed
remove unused exception, we return None when there is no data
1 parent 4df18cc commit 11580ba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/bubble_data_api_client/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ class BubbleHttpError(BubbleError):
1313
"""Base class for all high level HTTP errors."""
1414

1515

16-
class BubbleNotFoundError(BubbleHttpError):
17-
"""Raised when a resource is not found."""
18-
19-
2016
class BubbleUnauthorizedError(BubbleHttpError):
2117
"""Raised when the user is not authorized to access a resource."""
2218

0 commit comments

Comments
 (0)