class Sass::CompilerError
- Sass::CompilerError
- Exception
- Reference
- Object
Overview
A CompilerError
is raised when libsass
compiler encounters an error.
Defined in:
error.crInstance Method Summary
- #column : UInt64 | Nil
- #file : String | Nil
- #line : UInt64 | Nil
- #message : String?
- #status : Status
- #text : String
- #to_s(io)