UNPKG

erm-cli

Version:

Reekoh CLI - command line tool for publishing reekoh plugins.

12 lines (9 loc) 182 B
'use strict' class CliError extends Error { constructor (message, data = {}) { super(message) this.name = 'CliError' this.data = data } } module.exports = CliError