You are here

LingotekDocumentAlreadyCompletedException.php in Lingotek Translation 4.0.x

File

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

namespace Drupal\lingotek\Exception;


/**
 * Exception for attempted document cancellation when it was already completed.
 *
 * @package Drupal\lingotek\Exception
 */
class LingotekDocumentAlreadyCompletedException extends LingotekException {

}

Classes

Namesort descending Description
LingotekDocumentAlreadyCompletedException Exception for attempted document cancellation when it was already completed.