6    $renderer = 
$DIC->ui()->renderer();
 
    7    $page = 
$factory->modal()->lightboxTextPage(
'Some text content you have to agree on!', 
'User Agreement');
 
    8    $modal = 
$factory->modal()->lightbox($page);
 
    9    $button = 
$factory->button()->standard(
'Show Text', 
'')
 
   10        ->withOnClick($modal->getShowSignal());
 
   12    return $renderer->render([$button, $modal]);
 
An exception for terminatinating execution or to throw for unit testing.