Skip to content

Instantly share code, notes, and snippets.

@xordoquy
Created March 26, 2017 22:44
Show Gist options
  • Save xordoquy/b058b05e83bbf7f3486f862031d00aa9 to your computer and use it in GitHub Desktop.
Save xordoquy/b058b05e83bbf7f3486f862031d00aa9 to your computer and use it in GitHub Desktop.
[medium] Custom Exception example 3
try:
fd = fopen('/tmp/demo', 'w')
except IsADirectoryError:
print('This is a directory. Expecting a file')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment