App\Controllers\Sites\UniversalPageController::notFound PHP Method

notFound() public method

public notFound ( Psr\Http\Message\ServerRequestInterface $req, $res )
$req Psr\Http\Message\ServerRequestInterface
    public function notFound(request $req, $res)
    {
        $this->setRequestResult($req, $res);
        return $this->render('public\\main\\pages\\404.twig');
    }