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

6 lines
84 B
Python

from requests.exceptions import HTTPError
class NeonAPIError(HTTPError):
pass