Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
python: add errno attribute to pmErr class #112
+46
−3
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryandoyle commentedSep 6, 2016
Exposes the error code that the exception was raised with via the
errnoattribute. This follows the convention of Python built-in exceptions.