aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.js
blob: 9b4ce315c0ccdfb8286c697f1381fb93510e674f (plain)
1
2
3
module.exports = {
  kFileNotFoundError: 'ENOENT',
};