1.0.3 • Published 9 years ago

tentacle-plugin-error v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

![Dependencies](https://david-dm.org/janbiasi/tentacle-plugin-error.svg) npm version

Installation

The module is installable via Node Package manager and is used to throw errors in a plugin due special stack and other functionallity.

npm install --save tentacle-plugin-error

Usage

var PluginError = require('tentacle-plugin-error');
var PLUGIN_NAME = 'MyPluginTest';

throw new PluginError(PLUGIN_NAME, 'Something failed');