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 {}