UNPKG

webpack-pwa-manifest

Version:
7 lines (6 loc) 177 B
export default class PresetError extends Error { constructor (key, value) { super(`Unknown value of "${key}": ${value}`) this.name = this.constructor.name } }