3$this->
data[
'header'] = $this->t(
'{logout:title}');
4$this->includeAtTemplateBase(
'includes/header.php');
6echo(
'<h2>' . $this->
data[
'header'] .
'</h2>');
7echo(
'<p>' . $this->t(
'{logout:logged_out_text}') .
'</p>');
9$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.