class Sass::CompilerError

Overview

A CompilerError is raised when libsass compiler encounters an error.

Defined in:

error.cr

Instance Method Summary

Instance Method Detail

def column : UInt64? #

[View source]
def file : String? #

[View source]
def line : UInt64? #

[View source]
def message : String? #

[View source]
def status : Status #

[View source]
def text : String #

[View source]
def to_s(io) #

[View source]