Created
February 18, 2019 05:01
-
-
Save Ventsislav-Yordanov/54b9f892ccaaa13b3cd2ea73691c80e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
print(int("Hello")) | |
except ValueError as error: | |
# Use your logger to log the error | |
# Example: | |
# logger.error(error) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment