seas-computing / course-planner

SEAS Course Planning Application. JSDoc Docs at: https://seas-computing.github.io/course-planner/
0 stars 1 forks source link

Consolidate app error message into one place #573

Open rmainwork opened 1 year ago

rmainwork commented 1 year ago

Description

As things currently stand, the app contains something to the effect of: "Something has gone wrong. If the problem persists, (please )? contact SEAS computing".

It may make more sense for the AppMessage class to append that section of the error for consistency(both to avoid variations and to make the error easier to change going forward).