You are here

LanguageException.php in Zircon Profile 8

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

File

core/modules/language/src/Exception/LanguageException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\language\Exception\LanguageException.
 */
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.