mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 14:50:16 +00:00
6 lines
84 B
Python
6 lines
84 B
Python
from requests.exceptions import HTTPError
|
|
|
|
|
|
class NeonAPIError(HTTPError):
|
|
pass
|