We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf7d2a7 + 0f0b1f7 commit 9d172dbCopy full SHA for 9d172db
astroquery/exceptions.py
@@ -9,7 +9,7 @@
9
'TableParseError', 'LoginError', 'ResolverError',
10
'NoResultsWarning', 'LargeQueryWarning', 'InputWarning',
11
'AuthenticationWarning', 'MaxResultsWarning', 'CorruptDataWarning',
12
- 'BlankResponseWarning']
+ 'EmptyResponseError', 'BlankResponseWarning']
13
14
15
class TimeoutError(Exception):
0 commit comments