Skip to content

Instantly share code, notes, and snippets.

@kerslake
Created August 27, 2014 09:27
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 kerslake/722625f1ad887b2f8cd7 to your computer and use it in GitHub Desktop.
Save kerslake/722625f1ad887b2f8cd7 to your computer and use it in GitHub Desktop.
public static class FilterConfig
{
public static void Register(HttpConfiguration config)
{
config.Filters.Add(new TwilioRequestErrorFilter());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment