*/ interface ViewFactoryInterface { /** * @throws Exception */ public function createView(string $viewPath, ?string $viewExtension = null): ViewInterface; }