Update NeonAPIException class name to NeonAPIError and comment out unused code in conf.py

This commit is contained in:
2024-02-07 08:50:20 -05:00
parent 23d4b599cc
commit 96749b52ee
3 changed files with 184 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from requests.exceptions import HTTPError
class NeonAPIException(HTTPError):
class NeonAPIError(HTTPError):
pass