class LingotekPaymentRequiredException in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 4.0.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.0.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.1.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.2.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.3.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.5.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.6.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.7.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
- 3.8.x src/Exception/LingotekPaymentRequiredException.php \Drupal\lingotek\Exception\LingotekPaymentRequiredException
An exception for issues when a payment is required.
@package Drupal\lingotek\Exception
Hierarchy
- class \Drupal\lingotek\Exception\LingotekException extends \Drupal\lingotek\Exception\Exception
- class \Drupal\lingotek\Exception\LingotekPaymentRequiredException
Expanded class hierarchy of LingotekPaymentRequiredException
18 files declare their use of LingotekPaymentRequiredException
- lingotek.batch.inc in ./
lingotek.batch.inc - Lingotek batch functions
- lingotek.module in ./
lingotek.module - Implements Drupal-related hooks for the Lingotek Translation module.
- Lingotek.php in src/
Lingotek.php - LingotekConfigManagementForm.php in src/
Form/ LingotekConfigManagementForm.php - LingotekConfigTranslationController.php in src/
Controller/ LingotekConfigTranslationController.php
File
- src/
Exception/ LingotekPaymentRequiredException.php, line 10
Namespace
Drupal\lingotek\ExceptionView source
class LingotekPaymentRequiredException extends LingotekException {
}