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