UNPKG

vbuild

Version:

Fast prototype and distribute modern web apps like a pro.

7 lines (6 loc) 128 B
module.exports = class AppError extends Error { constructor(msg) { super(msg) this.name = this.constructor.name } }