LingotekException.php in Lingotek Translation 3.6.x
Same filename and directory in other branches
- 8 src/Exception/LingotekException.php
- 8.2 src/Exception/LingotekException.php
- 4.0.x src/Exception/LingotekException.php
- 3.0.x src/Exception/LingotekException.php
- 3.1.x src/Exception/LingotekException.php
- 3.2.x src/Exception/LingotekException.php
- 3.3.x src/Exception/LingotekException.php
- 3.4.x src/Exception/LingotekException.php
- 3.5.x src/Exception/LingotekException.php
- 3.7.x src/Exception/LingotekException.php
- 3.8.x src/Exception/LingotekException.php
Namespace
Drupal\lingotek\ExceptionFile
src/Exception/LingotekException.phpView source
<?php
namespace Drupal\lingotek\Exception;
/**
* The Lingotek base Exception class.
*/
class LingotekException extends \Exception {
}
Classes
Name | Description |
---|---|
LingotekException | The Lingotek base Exception class. |