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


##########
clients/client-python/gravitino/exceptions/base.py:
##########
@@ -54,6 +54,9 @@ class InternalError(GravitinoRuntimeException):
 class NotFoundException(GravitinoRuntimeException):
     """Base class for all exceptions thrown when a resource is not found."""
 
+    def __init__(self, message, *args):

Review Comment:
   I think the `__init__` function here is not necessary, because the parent 
class (`GravitinoRuntimeException` here) has implemented, except we want some 
custom features for this class only.



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