@accounts/error
Advanced tools
Comparing version 1.0.0-alpha-20231109134411-9db5d55b to 1.0.0-alpha-20231110150116-1eb474da
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class AccountsError extends Error { | ||
packageName; | ||
functionName; | ||
reason; | ||
constructor(packageName, functionName, reason) { | ||
@@ -5,0 +8,0 @@ // Build Error message from parameters |
{ | ||
"name": "@accounts/error", | ||
"version": "1.0.0-alpha-20231109134411-9db5d55b", | ||
"version": "1.0.0-alpha-20231110150116-1eb474da", | ||
"description": "Accounts-js Error", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
4962
70