Skip to content

Instantly share code, notes, and snippets.

@dlitvakb
Created March 7, 2012 17:57
Show Gist options
  • Select an option

  • Save dlitvakb/1994702 to your computer and use it in GitHub Desktop.

Select an option

Save dlitvakb/1994702 to your computer and use it in GitHub Desktop.
try:
# ...
try:
hago_algo_que_puede_llegar_a_romper()
except Exception, e:
raise MiExceptionMasBonita(e)
# ...
except MiExceptionMasBonita, e:
hago_algo_al_respecto(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment