You are here

LingotekDocumentNotFoundException.php in Lingotek Translation 4.0.x

File

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

namespace Drupal\lingotek\Exception;


/**
 * An exception for issues when the document is not found.
 *
 * @package Drupal\lingotek\Exception
 */
class LingotekDocumentNotFoundException extends LingotekException {

}

Classes

Namesort descending Description
LingotekDocumentNotFoundException An exception for issues when the document is not found.