Dietcube\Controller\ErrorController::notFound PHP Method

notFound() public method

public notFound ( )
    public function notFound()
    {
        $this->getResponse()->setStatusCode(404);
        return $this->render('error404');
    }