7 $f =
$DIC->ui()->factory();
8 $renderer =
$DIC->ui()->renderer();
11 $descriptive = $f->listing()->descriptive(
13 "Title 1"=>
"Description 1",
14 "Title 2"=>
"Description 2",
15 "Title 3"=>
"Description 3"]
19 return $renderer->render($descriptive);
An exception for terminatinating execution or to throw for unit testing.