UNPKG

webpack-pwa-manifest

Version:
7 lines (6 loc) 134 B
export default class IconError extends Error { constructor (msg) { super(msg) this.name = this.constructor.name } }