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