You are here

class LingotekDocumentAlreadyCompletedException in Lingotek Translation 4.0.x

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

Exception for attempted document cancellation when it was already completed.

@package Drupal\lingotek\Exception

Hierarchy

Expanded class hierarchy of LingotekDocumentAlreadyCompletedException

5 files declare their use of LingotekDocumentAlreadyCompletedException
Lingotek.php in src/Lingotek.php
LingotekConfigTranslationService.php in src/LingotekConfigTranslationService.php
LingotekContentTranslationService.php in src/LingotekContentTranslationService.php
LingotekInterfaceTranslationService.php in src/LingotekInterfaceTranslationService.php
LingotekUnitTest.php in tests/src/Unit/LingotekUnitTest.php

File

src/Exception/LingotekDocumentAlreadyCompletedException.php, line 10

Namespace

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

}

Members