ConfigMapperLanguageException.php

Same filename and directory in other branches
  1. 9 core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php
  2. 8.9.x core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php
  3. 10 core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php

Namespace

Drupal\config_translation\Exception

File

core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php

View source
<?php

namespace Drupal\config_translation\Exception;


/**
 * Provides an exception for configuration mappers with multiple languages.
 */
class ConfigMapperLanguageException extends \RuntimeException {

}

Classes

Title Deprecated Summary
ConfigMapperLanguageException Provides an exception for configuration mappers with multiple languages.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.