You are here

class LingotekDocumentNotFoundException in Lingotek Translation 4.0.x

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

An exception for issues when the document is not found.

@package Drupal\lingotek\Exception

Hierarchy

Expanded class hierarchy of LingotekDocumentNotFoundException

25 files declare their use of LingotekDocumentNotFoundException
CancelLingotekAction.php in src/Plugin/Action/CancelLingotekAction.php
CancelTranslationLingotekAction.php in src/Plugin/Action/CancelTranslationLingotekAction.php
CheckStatusAllTranslationsLingotekAction.php in src/Plugin/Action/CheckStatusAllTranslationsLingotekAction.php
CheckTranslationStatusLingotekAction.php in src/Plugin/Action/CheckTranslationStatusLingotekAction.php
CheckUploadToLingotekAction.php in src/Plugin/Action/CheckUploadToLingotekAction.php

... See full list

File

src/Exception/LingotekDocumentNotFoundException.php, line 10

Namespace

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

}

Members