class LingotekApiException in Lingotek Translation 8
Same name and namespace in other branches
- 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.4.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
Hierarchy
- class \Drupal\lingotek\Exception\LingotekException extends \Drupal\lingotek\Exception\Exception
- class \Drupal\lingotek\Exception\LingotekApiException
Expanded class hierarchy of LingotekApiException
13 files declare their use of LingotekApiException
- lingotek.batch.inc in ./
lingotek.batch.inc - Lingotek batch functions
- lingotek.module in ./
lingotek.module - lingotek.module
- Lingotek.php in src/
Lingotek.php - Contains \Drupal\lingotek\Lingotek.
- LingotekApi.php in src/
Remote/ LingotekApi.php - Contains \Drupal\lingotek\Remote\LingotekApi.
- LingotekApiUnitTest.php in tests/
src/ Unit/ Remote/ LingotekApiUnitTest.php
File
- src/
Exception/ LingotekApiException.php, line 16 - Contains \Drupal\lingotek\Exception\LingotekApiException.
Namespace
Drupal\lingotek\ExceptionView source
class LingotekApiException extends LingotekException {
}