I am trying to throw exceptions and I am doing the following:
use Symfony\\Component\\HttpKernel\\Exception\\HttpNotFoundException; use Symfony\\Component\\S
If its in a controller, you can do it this way :
throw $this->createNotFoundException('Unable to find entity.');