noidname01 commented on code in PR #4347:
URL: https://github.com/apache/gravitino/pull/4347#discussion_r1703525536


##########
clients/client-python/gravitino/exceptions/base.py:
##########
@@ -93,3 +93,11 @@ class UnauthorizedException(GravitinoRuntimeException):
 
 class BadRequestException(GravitinoRuntimeException):
     """An exception thrown when the request is invalid."""
+
+
+class NoSuchCatalogException(NotFoundException):

Review Comment:
   I think it should be placed at same place as the `NotFoundException` and 
`AlreadyExistsException`, just for the readability, not a functional problem. 



-- 
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]

Reply via email to