Skip to content

Commit

Permalink
add jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Sep 12, 2024
1 parent ea7b007 commit 150731c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/mock/mock-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

const { UndiciError } = require('../core/errors')

/**
* The request does not match any registered mock dispatches.
*/
class MockNotMatchedError extends UndiciError {
constructor (message) {
super(message)
Expand Down

0 comments on commit 150731c

Please sign in to comment.