Zheaoli commented on PR #3492:
URL: 
https://github.com/apache/incubator-opendal/pull/3492#issuecomment-1797810153

   > > So we will have `opendal.exceptions.Error` and all other exceptions are 
subclasses of it?
   > 
   > 
   > 
   > Exactly, to catch any opendal exception, user should not need to catch 
`Exception` because that would also catch non-opendal exceptions.
   > 
   > 
   > 
   > A good exception hierarchy example is 
https://github.com/psf/requests/blob/main/src/requests/exceptions.py
   
   SGTM


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