<?phpnamespaceShaarli\Bookmark\Exception;useException;classLinkNotFoundExceptionextendsException{/** * LinkNotFoundException constructor. */publicfunction__construct(){$this->message=t('The link you are trying to reach does not exist or has been deleted.');}}