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

10 lines
344 B
Java
Raw Normal View History

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