codenotary / immudb-py

immudb Python SDK
Apache License 2.0
45 stars 7 forks source link

updated exceptions as per #25 #26

Closed ufierro closed 3 years ago

ufierro commented 3 years ago

This PR doesn't affect the actual behavior; This is just a change as suggested by #25 which leaves me to think the actual exception should be dissected after the catch, by either an if statement (generic error for specific rpc status) or an error handler