UNPKG

lixo.js

Version:
9 lines (7 loc) 180 B
class StopExecutionError extends Error { constructor(message) { super(message); this.name = "StopExecutionError"; } } module.exports = StopExecutionError;