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:
[ ] Wherever it applies, an exception that is more disciptive than just exception is used. If non exist, then custom exceptions are made and used
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:
exception
is used. If non exist, then custom exceptions are made and used