2e 中文文档教程

发布于 9年前 浏览 27 项目主页 更新于 3年前

two-types and chain errors for user and bug in node

var e2 = require('2e'), UserError = e2.UserError, BugError = e2.BugError;
throw new UserError('xxx');
throw new UserError(400, 'xxx');
throw new UserError(err, 'xxx');//caused by another error `err`
throw new UserError(err, 400, 'xxx');

License :

根据麻省理工学院

版权 (c) 2015 kiliwalk 获得许可

two-types and chain errors for user and bug in node

var e2 = require('2e'), UserError = e2.UserError, BugError = e2.BugError;
throw new UserError('xxx');
throw new UserError(400, 'xxx');
throw new UserError(err, 'xxx');//caused by another error `err`
throw new UserError(err, 400, 'xxx');

License :

Licensed under MIT

Copyright (c) 2015 kiliwalk

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文