DeleteDefaultLanguageException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\language\ExceptionFile
core/modules/language/src/Exception/DeleteDefaultLanguageException.phpView source
<?php
namespace Drupal\language\Exception;
/**
* Exception thrown when deleting the default language.
*/
class DeleteDefaultLanguageException extends LanguageException {
}
Classes
Name | Description |
---|---|
DeleteDefaultLanguageException | Exception thrown when deleting the default language. |