Refactor packages and add exception handler.

Renamed various classes to follow the "controlers" package structure for better organization and consistency. Added `ControllerExceptionHandler` to manage validation exceptions globally and improve error logging.
This commit is contained in:
2024-08-07 21:34:03 +02:00
parent caabe7b923
commit 514aaeb367
8 changed files with 69 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import com.alttd.forms.contact.ContactFormData;
import com.alttd.forms.controlers.contact.ContactFormData;
import com.alttd.forms.form.StoreFormQuery;
import com.alttd.forms.database.DatabaseConnection;
import com.alttd.forms.form.Form;