view->render($response, 'error.twig', [ 'title' => $this->translator->trans('error.500.title'), 'content' => $this->translator->trans('error.500.content') ]); } }