3 namespace Shaarli\Bookmark\Exception
;
7 class BookmarkNotFoundException
extends Exception
10 * LinkNotFoundException constructor.
12 public function __construct()
14 $this->message
= t('The link you are trying to reach does not exist or has been deleted.');