Skip to content

Instantly share code, notes, and snippets.

@sowamazing
Last active May 5, 2016 17:30
Show Gist options
  • Save sowamazing/1152292ed7cfc00fc8de1e1e924ccdab to your computer and use it in GitHub Desktop.
Save sowamazing/1152292ed7cfc00fc8de1e1e924ccdab to your computer and use it in GitHub Desktop.
try
{
// Your code that might throw an error
}
catch( ExceptionName e )
{
// What you want to do when the error is thrown
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment