app\controllers\Index::indexAction PHP Method

indexAction() public method

public indexAction ( )
    public function indexAction()
    {
        throw new TwigView('index.twig', ['title' => 'Frisbee Framework for Exception Driven Development', 'message' => 'Frisbee']);
    }