BackBee\Event\Listener\ExceptionListener::getErrorTemplate PHP Méthode

getErrorTemplate() private méthode

Returns the path of the template for the selected http status code or default one.
private getErrorTemplate ( $parameter ) : string
Résultat string
    private function getErrorTemplate($parameter)
    {
        return $this->application->getContainer()->getParameter('error.base_folder') . $parameter;
    }