UNPKG

testtrack-cli

Version:

Submit your automated test runs to your Test Track account project

8 lines (7 loc) 284 B
export class InvalidCommandException extends Error { constructor(message: string) { super(message); // Set the prototype explicitly (needed to support instanceof checks in TypeScript) Object.setPrototypeOf(this, InvalidCommandException.prototype); } }