Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
DeleteDefaultLanguageException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\language\Exception\DeleteDefaultLanguageException. | |
*/ | |
namespace Drupal\language\Exception; | |
/** | |
* Exception thrown when deleting the default language. | |
*/ | |
class DeleteDefaultLanguageException extends LanguageException {} |