mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add NeonClient2 package and update NeonClient import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from requests.exceptions import HTTPError
|
||||
|
||||
|
||||
class NeonClientException(HTTPError):
|
||||
"""Base exception class for all exceptions raised by the Neon Client."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NeonClientAuthenticationException(NeonClientException):
|
||||
"""Exception raised when authentication fails."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user