const classafSass4f::SassCompilationErr

sys::Obj
  sys::Err
    afSass4f::SassCompilationErr

Thrown when Sass compilation fails.

column

Source

const Int column

Column number of the input that caused the compilation error.

fileName

Source

const Str fileName

Name of the input file that caused issues.

fromException

Source

static new fromException(CompilationException err)

json

Source

const Str json

JSON representation of the error message.

line

Source

const Int line

Line number of the input that caused the compilation error.

make

Source

new make(Int status, Str msg, Str fileName, Int line, Int column, Str json)

status

Source

const Int status

Numeric status code as returned by the libsass compiler.