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:
Diffstat (limited to 'lib/Exceptions/MissingDocumentException.php')
-rw-r--r--lib/Exceptions/MissingDocumentException.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Exceptions/MissingDocumentException.php b/lib/Exceptions/MissingDocumentException.php
index 2dfa5ae..6e1d955 100644
--- a/lib/Exceptions/MissingDocumentException.php
+++ b/lib/Exceptions/MissingDocumentException.php
@@ -1,4 +1,7 @@
<?php
+declare(strict_types=1);
+
+
/**
* FullTextSearch - Full text search framework for Nextcloud
*
@@ -24,8 +27,10 @@
*
*/
+
namespace OCA\FullTextSearch\Exceptions;
+
class MissingDocumentException extends \Exception {
}