Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / extras / my_custom_importer_error.js
1 module.exports = function() {
2   return new Error('doesn\'t exist!');
3 };