3 lines
116 B
JavaScript
Raw Permalink Normal View History

export function needsArg(argname) {
throw Error('classic-ui: this function requires the argument: ' + argname)
}