semihbag / CSE3063F23P1_GRP4

Object Oriented Software Design Project
4 stars 6 forks source link

Exception Handling in CreateStudent #36

Open durubastunali opened 8 months ago

durubastunali commented 8 months ago

We should get rid of using "throws" syntax and convert them to "try-catch" syntax for better exception handling.