whats up guys......sorry but I could not find another place to ask it...have been googling this issue for a while, probable using wrong key words.
I using kotling with springboot in my backend app, which is just perfect, but there is one thing that I cant find a answer on the web, if some of you can help...
So,
in my UserServiceImpl.kt I have a save method that is using save from CrudRepository;
My user table has a constraint for emails
but even though I have a try catch on the save method it does not catch the exception