summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/language/src/Exception/LanguageException.php
blob: 12faf4f2b9ad76d3a6bb91aad9be83db588a57dd (plain) (blame)
1
2
3
4
5
6
7
8
<?php

namespace Drupal\language\Exception;

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