Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / language / src / ContentLanguageSettingsException.php
1 <?php
2
3 namespace Drupal\language;
4
5 /**
6  * Exception thrown by ContentLanguageSettings when target bundle is not set.
7  */
8 class ContentLanguageSettingsException extends \RuntimeException {}