ContentLanguageSettingsException.php 189 B

12345678
  1. <?php
  2. namespace Drupal\language;
  3. /**
  4. * Exception thrown by ContentLanguageSettings when target bundle is not set.
  5. */
  6. class ContentLanguageSettingsException extends \RuntimeException {}