We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cb5c9 commit 4dc3163Copy full SHA for 4dc3163
src/main/java/YouTubeSearchApi/YoutubeClient.java
@@ -39,7 +39,7 @@ public List<YoutubeVideo> search(String keywords, int maxResults) throws IOExcep
39
}
40
41
if (!foundFeatureFlag) {
42
- throw new NoResultFoundException("what you searched was unfortunately not found or doesn't exist. keywords" + keywords);
+ throw new NoResultFoundException("what you searched was unfortunately not found or doesn't exist. keywords: " + keywords);
43
44
45
0 commit comments