ITU-BDSA23-GROUP10 / Chirp

This is our twitter clone for the BDSA project
MIT License
3 stars 1 forks source link

As a developer i want the code to have custom exceptions to improve code clarity #279

Open August-Brandt opened 10 months ago

August-Brandt commented 10 months ago

The code currently uses general exceptions which can make doing proper try-catch difficult. Also custom excpetions would improve code clarity since it's clearer what the problem is.

Acceptance: