The default 403 content.
array A render array containing the message to display for 403 pages.
public function on403() { return [ '#markup' => $this->t('You are not authorized to access this page.'), ]; }