edwardUL99 / StudSysCppCLI

A CLI UI for the StudSysCpp Project. This is a "dummy" project that is not used but done to practise C++ and also software engineering in terms of issues, issue tracking, issue refinement, requirements engineering, releases and also databases
GNU General Public License v3.0
0 stars 0 forks source link

<Release 1.1.2>Exception not caught in Administration when registering a Student #83

Closed edwardUL99 closed 4 years ago

edwardUL99 commented 4 years ago

If an Admin in Administration attempts to register a student on a module they are already registered for, a DuplicateException is thrown but not caught so the program crashes.