Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 30, 2023
1 parent 1a3d61e commit 22c4cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/base-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

/// <reference lib="ES2022.Error" />

/**
* @internal
*/
export class ExtendableError extends Error {
// 'es6-error' doesn't support new error cause
// and js runtime will add stack automatically, so no need to add it.
Expand Down

0 comments on commit 22c4cf3

Please sign in to comment.