const classafSass4f::SassCompilationErr
sys::Obj sys::Err afSass4f::SassCompilationErr
Thrown when Sass compilation fails.
- column
const Int column
Column number of the input that caused the compilation error.
- fileName
const Str fileName
Name of the input file that caused issues.
- fromException
static new fromException(CompilationException err)
- json
const Str json
JSON representation of the error message.
- line
const Int line
Line number of the input that caused the compilation error.
- make
new make(Int status, Str msg, Str fileName, Int line, Int column, Str json)
- status
const Int status
Numeric status code as returned by the libsass compiler.