@perfective/error
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,3 +8,3 @@ export { error, errorOutput, isError, isNotError, stack, } from './error/error'; | ||
export { Trace, stackTrace, trace, } from './error/trace/trace'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, } from './exception/exception'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, unknownError, } from './exception/exception'; | ||
export { ExceptionContext, } from './exception/exception-context'; | ||
@@ -11,0 +11,0 @@ export { ExceptionMessage, exceptionMessage, exceptionMessageOutput, } from './exception/exception-message'; |
@@ -41,2 +41,3 @@ "use strict"; | ||
Object.defineProperty(exports, "unchained", { enumerable: true, get: function () { return exception_1.unchained; } }); | ||
Object.defineProperty(exports, "unknownError", { enumerable: true, get: function () { return exception_1.unknownError; } }); | ||
var exception_message_1 = require("./exception/exception-message"); | ||
@@ -43,0 +44,0 @@ Object.defineProperty(exports, "exceptionMessage", { enumerable: true, get: function () { return exception_message_1.exceptionMessage; } }); |
@@ -8,3 +8,3 @@ export { error, errorOutput, isError, isNotError, stack, } from './error/error'; | ||
export { Trace, stackTrace, trace, } from './error/trace/trace'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, } from './exception/exception'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, unknownError, } from './exception/exception'; | ||
export { ExceptionContext, } from './exception/exception-context'; | ||
@@ -11,0 +11,0 @@ export { ExceptionMessage, exceptionMessage, exceptionMessageOutput, } from './exception/exception-message'; |
@@ -8,5 +8,5 @@ export { error, errorOutput, isError, isNotError, stack, } from './error/error'; | ||
export { stackTrace, trace, } from './error/trace/trace'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, } from './exception/exception'; | ||
export { Exception, causedBy, chainStack, exception, fault, isException, isNotException, unchained, unknownError, } from './exception/exception'; | ||
export { exceptionMessage, exceptionMessageOutput, } from './exception/exception-message'; | ||
export { panic, rethrow, rethrows, throws, } from './panic/panic'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@perfective/error", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Functions for the Error and other types to handle exceptions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86201
746