class DeleteDefaultLanguageException
Exception thrown when deleting the default language.
Hierarchy
- class \Drupal\language\Exception\LanguageException extends \Drupal\language\Exception\RuntimeException
- class \Drupal\language\Exception\DeleteDefaultLanguageException extends \Drupal\language\Exception\LanguageException
Expanded class hierarchy of DeleteDefaultLanguageException
1 file declares its use of DeleteDefaultLanguageException
- ConfigurableLanguage.php in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php
File
-
core/
modules/ language/ src/ Exception/ DeleteDefaultLanguageException.php, line 8
Namespace
Drupal\language\ExceptionView source
class DeleteDefaultLanguageException extends LanguageException {
}