Skip to content

Instantly share code, notes, and snippets.

@einarwh
Last active August 29, 2015 14:03
Show Gist options
  • Save einarwh/7dd2fc659214b9960f63 to your computer and use it in GitHub Desktop.
Save einarwh/7dd2fc659214b9960f63 to your computer and use it in GitHub Desktop.
Func<Frob> WolfProof() {
var f = Protect(() => FrobFactory.Create());
if (IsFullMoon()) {
f = f.Catch((WerewolfException ex) => ... ); // silver bullet?
}
return f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment