Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 12b043a

Browse files
author
Jason Costello
committed
Better naming for connection error
1 parent cd3a15e commit 12b043a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervector/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class APIKeyNotSetError(Exception):
22
pass
33

44

5-
class APIBaseError(Exception):
5+
class APIConnectionError(Exception):
66
pass
77

88

0 commit comments

Comments
 (0)