Hello guys!
I would like to ask if there is any way to controll a exceptions and finally execute a code
EJ:
try{
insert a row in a db:
} (Exception e){
// print in the log (ERROR:DB)
} finally{
// send a mail
}
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community