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