3 lines
116 B
JavaScript
Raw Normal View History

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