X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fbookmark%2Fexception%2FBookmarkNotFoundException.php;fp=application%2Fbookmark%2Fexception%2FLinkNotFoundException.php;h=827a3d358ae98fb0adc15cf482ff06567bbd54ab;hb=336a28fa4a09b968ce4705900bf57693e672f0bf;hp=f9414428aafed9a97c8c9092b7873fb73acbb45c;hpb=796c4c57d085ae4589b53dfe8369ae9ba30ffdaf;p=github%2Fshaarli%2FShaarli.git diff --git a/application/bookmark/exception/LinkNotFoundException.php b/application/bookmark/exception/BookmarkNotFoundException.php similarity index 84% rename from application/bookmark/exception/LinkNotFoundException.php rename to application/bookmark/exception/BookmarkNotFoundException.php index f9414428..827a3d35 100644 --- a/application/bookmark/exception/LinkNotFoundException.php +++ b/application/bookmark/exception/BookmarkNotFoundException.php @@ -3,7 +3,7 @@ namespace Shaarli\Bookmark\Exception; use Exception; -class LinkNotFoundException extends Exception +class BookmarkNotFoundException extends Exception { /** * LinkNotFoundException constructor.