package com.zwitserloot.cmdreader; /* loaded from: com.discord-119011.apk:com/zwitserloot/cmdreader/InvalidCommandLineException.SCL.lombok */ public class InvalidCommandLineException extends Exception { private static final long serialVersionUID = 20080509; public InvalidCommandLineException(String str) { super(str); } }