You are here

LingotekPaymentRequiredException.php in Lingotek Translation 3.6.x

File

src/Exception/LingotekPaymentRequiredException.php
View source
<?php

namespace Drupal\lingotek\Exception;


/**
 * An exception for issues when a payment is required.
 *
 * @package Drupal\lingotek\Exception
 */
class LingotekPaymentRequiredException extends LingotekException {

}

Classes

Namesort descending Description
LingotekPaymentRequiredException An exception for issues when a payment is required.