The default 4xx error content.
array A render array containing the message to display for 4xx errors.
public function on4xx() { return [ '#markup' => $this->t('A client error happened'), ]; }