X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fbookmark%2Fexception%2FLinkNotFoundException.php;fp=application%2Fbookmark%2Fexception%2FLinkNotFoundException.php;h=f9414428aafed9a97c8c9092b7873fb73acbb45c;hb=6696729b88e67504fdd333cbaab43a63c3617d86;hp=0000000000000000000000000000000000000000;hpb=f24896b237e40718fb6eaa2869592eb0855a47fd;p=github%2Fshaarli%2FShaarli.git diff --git a/application/bookmark/exception/LinkNotFoundException.php b/application/bookmark/exception/LinkNotFoundException.php new file mode 100644 index 00000000..f9414428 --- /dev/null +++ b/application/bookmark/exception/LinkNotFoundException.php @@ -0,0 +1,15 @@ +message = t('The link you are trying to reach does not exist or has been deleted.'); + } +}