]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/LinkFilter.php
Shaarli's translation
[github/shaarli/Shaarli.git] / application / LinkFilter.php
index 99ecd1e238640bbba9fc32c60cdaeaabedba16d8..12376e27dc3aefe540960afbb0c194ec6ad55c16 100644 (file)
@@ -444,5 +444,11 @@ class LinkFilter
 
 class LinkNotFoundException extends Exception
 {
-    protected $message = 'The link you are trying to reach does not exist or has been deleted.';
+    /**
+     * LinkNotFoundException constructor.
+     */
+    public function __construct()
+    {
+        $this->message =  t('The link you are trying to reach does not exist or has been deleted.');
+    }
 }