6 $f =
$DIC->ui()->factory();
7 $renderer =
$DIC->ui()->renderer();
10 $unordered = $f->listing()->unordered(
11 [
"Point 1",
"Point 2",
"Point 3"]
15 return $renderer->render($unordered);
An exception for terminatinating execution or to throw for unit testing.