BackBee\Event\Listener\ExceptionListener::getErrorTemplate PHP Method

getErrorTemplate() private method

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