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

10 lines
344 B
Java
Raw Normal View History

2022-03-02 20:59:20 +00:00
package com.zwitserloot.cmdreader;
2022-03-23 22:38:16 +00:00
/* loaded from: com.discord-119011.apk:com/zwitserloot/cmdreader/InvalidCommandLineException.SCL.lombok */
2022-03-02 20:59:20 +00:00
public class InvalidCommandLineException extends Exception {
private static final long serialVersionUID = 20080509;
public InvalidCommandLineException(String str) {
super(str);
}
}