Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code does not handle HTTP errors #2

Open
tjdavis1111 opened this issue Jul 17, 2020 · 0 comments
Open

Code does not handle HTTP errors #2

tjdavis1111 opened this issue Jul 17, 2020 · 0 comments

Comments

@tjdavis1111
Copy link

Rather than throwing a System exception (e.g., throw new Exception("Exception while fetching all the students from the storage.");), I tried throwing an HTTP exception (e.g., return NotFound();).

The code does not handle the HTTP exception. The log entry is "An unhandled exception has occurred while executing the request..."

Ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant