kojiromike commented on a change in pull request #979:
URL: https://github.com/apache/avro/pull/979#discussion_r526945950
##########
File path: lang/py/avro/errors.py
##########
@@ -83,3 +83,7 @@ class UnsupportedCodec(NotImplementedError, AvroException):
class UsageError(RuntimeError, AvroException):
"""An exception raised when incorrect arguments were passed."""
+
+
+class AvroRuntimeException(AvroException):
Review comment:
Can this be a subclass of both `RuntimeError` and `AvroException` like
`UsageError` above?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]