flaw

v0.1.0
Lightweight and simple error creation in JavaScript.
error handling exception

Flaw

Build Status

Lightweight and simple error creation in JavaScript.

browser support

Example

var flaw = require('flaw')

// Simple error creation
var ParsingError = flaw('ParsingError')
throw ParsingError('Unknow token at...', { line: 1 })

// Raising errors in an expression
n > 0 ? m / n
      : raise(flaw('DivideByZero', 'Can\'t divide by 0'))

Installation

$ npm install flaw

Documentation

$ npm install -g calliope
$ calliope build

Then open docs/api/index.html in your browser.

Licence

MIT/X11. ie.: do whatever you want.

npm i flaw

Metadata

  • MIT
  • Whatever
  • Quildreen "Sorella" Motta
  • released 3/10/2013

Downloads

Maintainers