You are here

class LingotekDocumentTargetAlreadyCompletedException in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 4.0.x src/Exception/LingotekDocumentTargetAlreadyCompletedException.php \Drupal\lingotek\Exception\LingotekDocumentTargetAlreadyCompletedException
  2. 3.8.x src/Exception/LingotekDocumentTargetAlreadyCompletedException.php \Drupal\lingotek\Exception\LingotekDocumentTargetAlreadyCompletedException

Exception for attempted target cancellation when it was already completed.

@package Drupal\lingotek\Exception

Hierarchy

Expanded class hierarchy of LingotekDocumentTargetAlreadyCompletedException

6 files declare their use of LingotekDocumentTargetAlreadyCompletedException
CancelTranslationLingotekAction.php in src/Plugin/Action/CancelTranslationLingotekAction.php
Lingotek.php in src/Lingotek.php
LingotekConfigManagementForm.php in src/Form/LingotekConfigManagementForm.php
LingotekFake.php in tests/modules/lingotek_test/src/LingotekFake.php
LingotekManagementFormBase.php in src/Form/LingotekManagementFormBase.php

... See full list

File

src/Exception/LingotekDocumentTargetAlreadyCompletedException.php, line 10

Namespace

Drupal\lingotek\Exception
View source
class LingotekDocumentTargetAlreadyCompletedException extends LingotekException {

}

Members