Welcome to mirror list, hosted at ThFree Co, Russian Federation.

my_custom_importer_error.js « extras « fixtures « test « node-sass « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb1c959abc32e9e13c75171f6071f257aacdfc0a (plain)
1
2
3
module.exports = function() {
  return new Error('doesn\'t exist!');
};