You are here

LanguageException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/language/src/Exception/LanguageException.php

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

Namesort descending Description
LanguageException A base exception thrown in any language system operations.