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-04 19:47:07 +00:00
/* loaded from: com.discord-117113.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);
}
}