Skip to content

Commit 4dc3163

Browse files
authored
Update YoutubeClient.java
1 parent e4cb5c9 commit 4dc3163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/YouTubeSearchApi/YoutubeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public List<YoutubeVideo> search(String keywords, int maxResults) throws IOExcep
3939
}
4040

4141
if (!foundFeatureFlag) {
42-
throw new NoResultFoundException("what you searched was unfortunately not found or doesn't exist. keywords" + keywords);
42+
throw new NoResultFoundException("what you searched was unfortunately not found or doesn't exist. keywords: " + keywords);
4343
}
4444

4545

0 commit comments

Comments
 (0)