@dotcom-tool-kit/error
Advanced tools
Comparing version 4.0.0 to 4.0.1
export declare class ToolKitError extends Error { | ||
name: string; | ||
details?: string; | ||
@@ -3,0 +4,0 @@ exitCode?: number; |
@@ -5,2 +5,6 @@ "use strict"; | ||
class ToolKitError extends Error { | ||
constructor() { | ||
super(...arguments); | ||
this.name = 'ToolKitError'; | ||
} | ||
} | ||
@@ -7,0 +11,0 @@ exports.ToolKitError = ToolKitError; |
{ | ||
"name": "@dotcom-tool-kit/error", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2676
39