discord-jadx/app/src/main/java/com/zwitserloot/cmdreader/InvalidCommandLineException...

10 lines
344 B
Java
Raw Normal View History

2022-03-01 22:12:19 +00:00
package com.zwitserloot.cmdreader;
2022-03-09 08:59:06 +00:00
/* loaded from: com.discord-118107.apk:com/zwitserloot/cmdreader/InvalidCommandLineException.SCL.lombok */
2022-03-01 22:12:19 +00:00
public class InvalidCommandLineException extends Exception {
private static final long serialVersionUID = 20080509;
public InvalidCommandLineException(String str) {
super(str);
}
}