The default 404 content.
array A render array containing the message to display for 404 pages.
public function on404() { return [ '#markup' => $this->t('The requested page could not be found.'), ]; }