Skip to content

Commit

Permalink
Remove improper comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed May 13, 2022
1 parent b18f1fe commit f5a877b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/core/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export class RetryError extends RequestError {

/**
An error to be thrown when the request is aborted by AbortController.
DOMException is thrown instead of this Error when DOMException is available.
*/
export class AbortError extends RequestError {
constructor(request: Request, message: string) {
Expand Down

0 comments on commit f5a877b

Please sign in to comment.