Files
neon-api-python/neon_client/exceptions.py
T

8 lines
169 B
Python

from requests.exceptions import HTTPError
class NeonClientException(HTTPError):
"""Base exception class for all exceptions raised by the Neon Client."""
pass