nickva commented on code in PR #5671: URL: https://github.com/apache/couchdb/pull/5671#discussion_r2369346027
########## src/mango/test/mango.py: ########## @@ -26,6 +26,19 @@ import limit_docs +class SearchException(requests.exceptions.HTTPError): Review Comment: Maybe this should be a Mango exception, since it's not really search related -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
