Created
April 2, 2017 18:23
-
-
Save scottsauber/e6889b60ec69eba1e7bb9c04ff32a438 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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