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?
- #file : String?
- #line : UInt64?
- #message : String?
- #status : Status
- #text : String
- #to_s(io)