UNPKG

sherry-utils

Version:
7 lines (6 loc) 118 B
module.exports = class SherryError extends Error { constructor(msg) { super(msg) this.__sherry = true } }