PHP 8.2.30
Preview: errors.js Size: 600 B
/proc/self/root/opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/@npmcli/git/lib/errors.js

const maxRetry = 3

class GitError extends Error {
  shouldRetry () {
    return false
  }
}

class GitConnectionError extends GitError {
  constructor (message) {
    super('A git connection error occurred')
  }

  shouldRetry (number) {
    return number < maxRetry
  }
}

class GitPathspecError extends GitError {
  constructor (message) {
    super('The git reference could not be found')
  }
}

class GitUnknownError extends GitError {
  constructor (message) {
    super('An unknown git error occurred')
  }
}

module.exports = {
  GitConnectionError,
  GitPathspecError,
  GitUnknownError,
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
4.82 KB lrw-r--r-- 2023-12-06 18:07:50
Edit Download
600 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
300 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
242 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
222 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
271 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
3.97 KB lrw-r--r-- 2023-12-06 18:07:50
Edit Download
861 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
371 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
638 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
1.27 KB lrw-r--r-- 2023-12-06 18:07:50
Edit Download
109 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download
339 B lrw-r--r-- 2023-12-06 18:07:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).