working on backend-side translations
This commit is contained in:
@@ -150,7 +150,7 @@ CREATE TABLE IF NOT EXISTS {0} (
|
||||
query.execute(db).close();
|
||||
return Bookmark.of(urlId,url,comment,timestamp);
|
||||
} catch (SQLException e) {
|
||||
throw databaseException(FAILED_TO_STORE_URL);
|
||||
throw databaseException(FAILED_TO_STORE_ENTITY,"url");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user