Skip to content

Instantly share code, notes, and snippets.

@DVDPT
Last active August 29, 2015 14:16
Show Gist options
  • Save DVDPT/8b9a5a801c4813630501 to your computer and use it in GitHub Desktop.
Save DVDPT/8b9a5a801c4813630501 to your computer and use it in GitHub Desktop.
ExceptionHander
ExceptionHandlerService.Instance.AddHandler(typeof(ServerErrorException), e => ErrorResources.Error_ServerError);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment