Skip to content

Instantly share code, notes, and snippets.

@plioi
Created August 7, 2013 02:23
Show Gist options
  • Save plioi/6170674 to your computer and use it in GitHub Desktop.
Save plioi/6170674 to your computer and use it in GitHub Desktop.
ExceptionList DoSomething()
{
// Do the actual work here...
// Return an empty list of exceptions
// to indicate success.
return new ExceptionList();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment