-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels