stringTranslation = $string_translation; $title = $this->t('Install profile mismatch'); $message = $this->t( 'The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file.', [ '%profile' => $selected_profile, '%settings_profile' => $settings_profile, '%settings_file' => $settings_file, ] ); parent::__construct($message, $title); } }