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=ff3b5dc5542ec150f0d9b447394364a15e9156d0;hp=0000000000000000000000000000000000000000;hpb=1826e383ecf501302974132fd443cf1ca06e10f6;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.'); + } +}