Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / language / src / Exception / LanguageException.php
1 <?php
2
3 namespace Drupal\language\Exception;
4
5 /**
6  * A base exception thrown in any language system operations.
7  */
8 class LanguageException extends \RuntimeException {}