blob: 4bbc42906fca66ef15080ea9756d5fe1b11a5801 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?php
namespace Drupal\language\Exception;
/**
* Exception thrown when deleting the default language.
*/
class DeleteDefaultLanguageException extends LanguageException {}
|