Skip to content

Instantly share code, notes, and snippets.

@xordoquy
Created March 26, 2017 09:41
Show Gist options
  • Save xordoquy/fcaf75c31d4408e4648c2b2a4f7a2f88 to your computer and use it in GitHub Desktop.
Save xordoquy/fcaf75c31d4408e4648c2b2a4f7a2f88 to your computer and use it in GitHub Desktop.
[medium] Custom Exception example 1
class MyCustomException(Exception):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment