Exception: Less2Sass::LessImportNotFoundError

Inherits:
JSLessParserError show all
Defined in:
lib/less2sass/error.rb

Instance Method Summary collapse

Methods inherited from JSLessParserError

#initialize

Constructor Details

This class inherits a constructor from Less2Sass::JSLessParserError

Instance Method Details

#messageObject



43
44
45
# File 'lib/less2sass/error.rb', line 43

def message
  super { 'The specified import file has not been found in' }
end