Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 18, 2019 05:01
Show Gist options
  • Save Ventsislav-Yordanov/54b9f892ccaaa13b3cd2ea73691c80e0 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/54b9f892ccaaa13b3cd2ea73691c80e0 to your computer and use it in GitHub Desktop.
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