UNPKG

wachan

Version:
8 lines (7 loc) 162 B
class NextSignal extends Error { constructor() { super("Next Signal") this.name = "NextSignal" } } module.exports = { NextSignal }