Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created April 2, 2017 18:23
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 scottsauber/e6889b60ec69eba1e7bb9c04ff32a438 to your computer and use it in GitHub Desktop.
Save scottsauber/e6889b60ec69eba1e7bb9c04ff32a438 to your computer and use it in GitHub Desktop.
// when an exception occurs, route to /Home/Error
app.UseExceptionHandler("/Home/Error");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment