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