Exception: Less2Sass::LessImportNotFoundError
- Inherits:
-
JSLessParserError
- Object
- StandardError
- Less2SassError
- JSLessParserError
- Less2Sass::LessImportNotFoundError
- 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
43 44 45 |
# File 'lib/less2sass/error.rb', line 43 def super { 'The specified import file has not been found in' } end |