LingotekPaymentRequiredException.php in Lingotek Translation 3.0.x
Same filename and directory in other branches
- 8.2 src/Exception/LingotekPaymentRequiredException.php
- 4.0.x src/Exception/LingotekPaymentRequiredException.php
- 3.1.x src/Exception/LingotekPaymentRequiredException.php
- 3.2.x src/Exception/LingotekPaymentRequiredException.php
- 3.3.x src/Exception/LingotekPaymentRequiredException.php
- 3.4.x src/Exception/LingotekPaymentRequiredException.php
- 3.5.x src/Exception/LingotekPaymentRequiredException.php
- 3.6.x src/Exception/LingotekPaymentRequiredException.php
- 3.7.x src/Exception/LingotekPaymentRequiredException.php
- 3.8.x src/Exception/LingotekPaymentRequiredException.php
Namespace
Drupal\lingotek\ExceptionFile
src/Exception/LingotekPaymentRequiredException.phpView source
<?php
namespace Drupal\lingotek\Exception;
/**
* An exception for issues when a payment is required.
*
* @package Drupal\lingotek\Exception
*/
class LingotekPaymentRequiredException extends LingotekException {
}
Classes
Name | Description |
---|---|
LingotekPaymentRequiredException | An exception for issues when a payment is required. |