errno-extend
v0.0.3
Published
Error extension for v8
Readme
errno-extend
Error extension for v8
Installation
$ npm install errno-extentAPI
ArgumentsError(): An error that occurred by wrong arguments of a caller.AvoidAcessError(): An error that user-land access the unaccessable callee.UnknowMethodError(name): Commonly used in HTTP handler.NotFoundError(name): Not found fornamespecified.RequiredError(name): Requirements missed error, name might be array or object, sure could be a string.
NB: TO BE COUTINUE... :)
License
MIT
