UNPKG

grind-cli

Version:
10 lines (7 loc) 187 B
import './InvocationError' export class MissingArgumentError extends InvocationError { constructor(argument) { super(`Missing argument: ${argument}`) this.argument = argument } }