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 9209065 commit 97073fcCopy full SHA for 97073fc
src/main/java/com/github/theholywaffle/teamspeak3/api/exception/TS3ConnectionFailedException.java
@@ -31,7 +31,7 @@ public class TS3ConnectionFailedException extends TS3Exception {
31
private static final long serialVersionUID = 6849777544299282019L;
32
33
public TS3ConnectionFailedException(Throwable c) {
34
- super("An error occurred while sending a command to a teamspeak server", c);
+ super("An error occurred while connecting to the TeamSpeak3 server", c);
35
}
36
37
0 commit comments