Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-18 14:09:08 +0300
committerGitHub <noreply@github.com>2019-02-18 14:09:08 +0300
commit03dba4dd7939ce2d8cb6f92da617123c8e09c752 (patch)
tree1e44178e0fe3e2491cce876c0861cf142ea9560e
parenteb56ce2b632581ff5ba9d59e4441bc13e2086e42 (diff)
parentc5bb27687bac04f64da81aa37cab3a5d9cf27ca5 (diff)
Merge pull request #453 from nextcloud/backport/451/stable14
[stable14] unclear exception
-rw-r--r--lib/Db/TickRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/TickRequest.php b/lib/Db/TickRequest.php
index ba6dfe5..4cc53b6 100644
--- a/lib/Db/TickRequest.php
+++ b/lib/Db/TickRequest.php
@@ -126,7 +126,7 @@ class TickRequest extends TickRequestBuilder {
$cursor->closeCursor();
if ($data === false) {
- throw new TickDoesNotExistException($this->l10n->t('Tick not found'));
+ throw new TickDoesNotExistException($this->l10n->t('Process timed out'));
}
return $this->parseTickSelectSql($data);