Unlock this challenge:
What is the purpose of the throw $this->createNotFoundException() method in Symfony controllers?
throw $this->createNotFoundException()
To redirect to a pre-configured custom not found page
To trigger a 404 Not Found response
To log error messages
To redirect to a pre-configured 404 route