Open
Description
StandardError does not exist any more in Python3
(https://docs.python.org/3/library/exceptions.html). The suggestion of migrating Python2
to Python3
and supporting both versions is to change to Exception
.
StandardError does not exist any more in Python3
(https://docs.python.org/3/library/exceptions.html). The suggestion of migrating Python2
to Python3
and supporting both versions is to change to Exception
.