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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment/notfoundenvexception.php')
-rw-r--r--environment/notfoundenvexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment/notfoundenvexception.php b/environment/notfoundenvexception.php
index 6504a11e..85030480 100644
--- a/environment/notfoundenvexception.php
+++ b/environment/notfoundenvexception.php
@@ -13,6 +13,6 @@
namespace OCA\Gallery\Environment;
/**
- * Thrown when the service cannot reply to a request
+ * Thrown when the Environment cannot find or access a node
*/
class NotFoundEnvException extends EnvironmentException {}