summaryrefslogtreecommitdiffstats
path: root/lib/public/Share/Exceptions/GenericShareException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share/Exceptions/GenericShareException.php')
-rw-r--r--lib/public/Share/Exceptions/GenericShareException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/Exceptions/GenericShareException.php b/lib/public/Share/Exceptions/GenericShareException.php
index 4a05d7a0340..8410a2d0037 100644
--- a/lib/public/Share/Exceptions/GenericShareException.php
+++ b/lib/public/Share/Exceptions/GenericShareException.php
@@ -40,7 +40,7 @@ class GenericShareException extends HintException {
*/
public function __construct($message = '', $hint = '', $code = 0, \Exception $previous = null) {
if (empty($message)) {
- $message = 'Unspecified share exception';
+ $message = 'There was an error retrieving the share. Maybe the link is wrong, it was unshared, or it was deleted.';
}
parent::__construct($message, $hint, $code, $previous);
}