You are here

ContentLanguageSettingsException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/language/src/ContentLanguageSettingsException.php

Namespace

Drupal\language

File

core/modules/language/src/ContentLanguageSettingsException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\language\ContentLanguageSettingsException.
 */
namespace Drupal\language;


/**
 * Exception thrown by ContentLanguageSettings when target bundle is not set.
 */
class ContentLanguageSettingsException extends \RuntimeException {

}

Classes

Namesort descending Description
ContentLanguageSettingsException Exception thrown by ContentLanguageSettings when target bundle is not set.