my $err= $self->getExceptionObj($id);

return {
	xtype => 'box',
	html => $self->c->view("RapidApp::TT")->render($self->c, 'templates/rapidapp/exception.tt', { ex => $err })
};
}

sub web1config { my $self= shift; my $extCfg= $self->extconfig; return $extCfg->{html}; }

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 159:

=pod directives shouldn't be over one line long! Ignoring all 11 lines of content

Around line 284:

=pod directives shouldn't be over one line long! Ignoring all 5 lines of content