class LingotekApiException in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 8.2 src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 4.0.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.0.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.1.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.2.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.3.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.5.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.6.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.7.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
- 3.8.x src/Exception/LingotekApiException.php \Drupal\lingotek\Exception\LingotekApiException
The Lingotek Api Exception class.
Hierarchy
- class \Drupal\lingotek\Exception\LingotekException extends \Drupal\lingotek\Exception\Exception
- class \Drupal\lingotek\Exception\LingotekApiException
Expanded class hierarchy of LingotekApiException
30 files declare their use of LingotekApiException
- CancelLingotekAction.php in src/
Plugin/ Action/ CancelLingotekAction.php - CancelTranslationLingotekAction.php in src/
Plugin/ Action/ CancelTranslationLingotekAction.php - CheckStatusAllTranslationsLingotekAction.php in src/
Plugin/ Action/ CheckStatusAllTranslationsLingotekAction.php - CheckTranslationStatusLingotekAction.php in src/
Plugin/ Action/ CheckTranslationStatusLingotekAction.php - CheckUploadToLingotekAction.php in src/
Plugin/ Action/ CheckUploadToLingotekAction.php
File
- src/
Exception/ LingotekApiException.php, line 8
Namespace
Drupal\lingotek\ExceptionView source
class LingotekApiException extends LingotekException {
}