Add compact_mapping function and NeonClientException class

This commit is contained in:
2024-01-18 12:31:26 -05:00
parent a0a5645db4
commit 2d47b711cf
3 changed files with 11 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
from requests.exceptions import HTTPError
class NeonClientException(HTTPError):
pass