Skip to content

Commit 9d172db

Browse files
authored
Merge pull request #2982 from bsipocz/API_emptyresponseerror
API: adding EmptyResponseError to public API
2 parents cf7d2a7 + 0f0b1f7 commit 9d172db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'TableParseError', 'LoginError', 'ResolverError',
1010
'NoResultsWarning', 'LargeQueryWarning', 'InputWarning',
1111
'AuthenticationWarning', 'MaxResultsWarning', 'CorruptDataWarning',
12-
'BlankResponseWarning']
12+
'EmptyResponseError', 'BlankResponseWarning']
1313

1414

1515
class TimeoutError(Exception):

0 commit comments

Comments
 (0)