UNPKG

742 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../../../Scripts/Commons/invalidCommandLineUsageError.ts"],"names":["InvalidCommandLineUsageError","Error","constructor","message","commandLineUsageString","commandLineUsage"],"mappings":";;;;;;;AAAO,MAAMA,4BAAN,SAA2CC,KAA3C,CAAiD;AAG7CC,EAAAA,WAAP,CAAmBC,OAAnB,EAAgDC,sBAAhD,EAAgF;AAC5E,UAAMD,OAAN;AAD4E,SAFhEE,gBAEgE;AAE5E,SAAKA,gBAAL,GAAwBD,sBAAxB;AACH;;AANmD","sourcesContent":["export class InvalidCommandLineUsageError extends Error {\n public readonly commandLineUsage: string;\n\n public constructor(message: undefined | string, commandLineUsageString: string) {\n super(message);\n this.commandLineUsage = commandLineUsageString;\n }\n}\n"],"file":"invalidCommandLineUsageError.js"}
\No newline at end of file