Skip to content

Instantly share code, notes, and snippets.

@manishrajkarnikar
Last active November 22, 2016 16:03
Show Gist options
  • Save manishrajkarnikar/4aaa6a83ffdd6072c17ba69ed616ea99 to your computer and use it in GitHub Desktop.
Save manishrajkarnikar/4aaa6a83ffdd6072c17ba69ed616ea99 to your computer and use it in GitHub Desktop.
void a(){
throw new Exception("asdfs")
}
void b(){
a()
}
void c(){
b()
}
c()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment