ContentLanguageSettingsException.php

Same filename in other branches
  1. 9 core/modules/language/src/ContentLanguageSettingsException.php
  2. 10 core/modules/language/src/ContentLanguageSettingsException.php
  3. 11.x core/modules/language/src/ContentLanguageSettingsException.php

Namespace

Drupal\language

File

core/modules/language/src/ContentLanguageSettingsException.php

View source
<?php

namespace Drupal\language;


/**
 * Exception thrown by ContentLanguageSettings when target bundle is not set.
 */
class ContentLanguageSettingsException extends \RuntimeException {

}

Classes

Title Deprecated Summary
ContentLanguageSettingsException Exception thrown by ContentLanguageSettings when target bundle is not set.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.