mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
86 stars 21 forks source link

Surface errors from invalid requests #141

Closed mterwill closed 4 years ago

mterwill commented 4 years ago

These exceptions, previously uncaught, would not indicate any error on the client side, leading to a confusing behavior where requesting for help would appear to be broken. This provides some indication to the client of the issue.

Relates to #140.