Skip to content

Instantly share code, notes, and snippets.

@prodis
Created April 15, 2012 18:15
Show Gist options
  • Save prodis/2394213 to your computer and use it in GitHub Desktop.
Save prodis/2394213 to your computer and use it in GitHub Desktop.
POG clássica
try
{
// Algum código (provavelmente mais POG)
}
catch (Exception e)
{
throw new Exception(e.Message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment