LanguageException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\language\ExceptionFile
core/modules/language/src/Exception/LanguageException.phpView source
<?php
namespace Drupal\language\Exception;
/**
* A base exception thrown in any language system operations.
*/
class LanguageException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
LanguageException | A base exception thrown in any language system operations. |