Exception: Less2Sass::LessSyntaxError
- Inherits:
-
JSLessParserError
- Object
- StandardError
- Less2SassError
- JSLessParserError
- Less2Sass::LessSyntaxError
- Defined in:
- lib/less2sass/error.rb
Instance Method Summary collapse
Methods inherited from JSLessParserError
Constructor Details
This class inherits a constructor from Less2Sass::JSLessParserError
Instance Method Details
#message ⇒ Object
37 38 39 |
# File 'lib/less2sass/error.rb', line 37 def super { 'Syntax error found in' } end |