ContentLanguageSettingsException.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\languageFile
core/modules/language/src/ContentLanguageSettingsException.phpView source
<?php
/**
* @file
* Contains \Drupal\language\ContentLanguageSettingsException.
*/
namespace Drupal\language;
/**
* Exception thrown by ContentLanguageSettings when target bundle is not set.
*/
class ContentLanguageSettingsException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
ContentLanguageSettingsException | Exception thrown by ContentLanguageSettings when target bundle is not set. |