X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=application%2Fbookmark%2Fexception%2FBookmarkNotFoundException.php;fp=application%2Fbookmark%2Fexception%2FBookmarkNotFoundException.php;h=827a3d358ae98fb0adc15cf482ff06567bbd54ab;hb=336a28fa4a09b968ce4705900bf57693e672f0bf;hp=0000000000000000000000000000000000000000;hpb=796c4c57d085ae4589b53dfe8369ae9ba30ffdaf;p=github%2Fshaarli%2FShaarli.git diff --git a/application/bookmark/exception/BookmarkNotFoundException.php b/application/bookmark/exception/BookmarkNotFoundException.php new file mode 100644 index 00000000..827a3d35 --- /dev/null +++ b/application/bookmark/exception/BookmarkNotFoundException.php @@ -0,0 +1,15 @@ +message = t('The link you are trying to reach does not exist or has been deleted.'); + } +}