You are here

ContentLanguageSettingsException.php in Drupal 10

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

Namesort descending Description
ContentLanguageSettingsException Exception thrown by ContentLanguageSettings when target bundle is not set.