Comparing version 0.8.72 to 0.8.73
@@ -90,3 +90,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.72" | ||
"version": "0.8.73" | ||
} |
@@ -944,3 +944,3 @@ // Type definitions for febs | ||
// exception. | ||
export class exception { | ||
export class exception extends Error { | ||
constructor(msg: string, code: string, filename: string, line: number); | ||
@@ -947,0 +947,0 @@ |
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
5560092
89