Exception: Less2Sass::LessSyntaxError

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



37
38
39
# File 'lib/less2sass/error.rb', line 37

def message
  super { 'Syntax error found in' }
end