Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| ContentLanguageSettingsException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\language\ContentLanguageSettingsException. | |
| */ | |
| namespace Drupal\language; | |
| /** | |
| * Exception thrown by ContentLanguageSettings when target bundle is not set. | |
| */ | |
| class ContentLanguageSettingsException extends \RuntimeException {} |