Skip to content

Instantly share code, notes, and snippets.

@jcarouth
Created September 2, 2015 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcarouth/866f53d6212f05d8c8bd to your computer and use it in GitHub Desktop.
Save jcarouth/866f53d6212f05d8c8bd to your computer and use it in GitHub Desktop.
<?php
try {
//snip
try {
something_that_throws();
} catch (Exception $e) {
throw $e;
}
//snip
} catch (Exception $e) {
//do nothing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment