You are here

class ContentLanguageSettingsException in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/src/ContentLanguageSettingsException.php \Drupal\language\ContentLanguageSettingsException

Exception thrown by ContentLanguageSettings when target bundle is not set.

Hierarchy

Expanded class hierarchy of ContentLanguageSettingsException

1 file declares its use of ContentLanguageSettingsException
ContentLanguageSettings.php in core/modules/language/src/Entity/ContentLanguageSettings.php

File

core/modules/language/src/ContentLanguageSettingsException.php, line 8

Namespace

Drupal\language
View source
class ContentLanguageSettingsException extends \RuntimeException {

}

Members