Skip to content

Commit

Permalink
Merge pull request #2982 from bsipocz/API_emptyresponseerror
Browse files Browse the repository at this point in the history
API: adding EmptyResponseError to public API
  • Loading branch information
bsipocz authored Apr 7, 2024

Verified

This commit was signed with the committer’s verified signature.
abernix Jesse Rosenberger
2 parents cf7d2a7 + 0f0b1f7 commit 9d172db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/exceptions.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
'TableParseError', 'LoginError', 'ResolverError',
'NoResultsWarning', 'LargeQueryWarning', 'InputWarning',
'AuthenticationWarning', 'MaxResultsWarning', 'CorruptDataWarning',
'BlankResponseWarning']
'EmptyResponseError', 'BlankResponseWarning']


class TimeoutError(Exception):

0 comments on commit 9d172db

Please sign in to comment.