Comment faire exception Laravel si l'opération ne fonctionne pas
if(!isset($user_id)){
throw new \Exception('your message');
}
Mohamad
if(!isset($user_id)){
throw new \Exception('your message');
}