LanguageException.php

Same filename in other branches
  1. 9 core/modules/language/src/Exception/LanguageException.php
  2. 8.9.x core/modules/language/src/Exception/LanguageException.php
  3. 10 core/modules/language/src/Exception/LanguageException.php

Namespace

Drupal\language\Exception

File

core/modules/language/src/Exception/LanguageException.php

View source
<?php

namespace Drupal\language\Exception;


/**
 * A base exception thrown in any language system operations.
 */
class LanguageException extends \RuntimeException {

}

Classes

Title Deprecated Summary
LanguageException A base exception thrown in any language system operations.

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