Como verifique se a variável é resgatória no Laravel

        if(!isset($user_id)){
            throw new \Exception('your message');
        }
Mohamad