class Sass::SyntaxError

def initialize(msg, lineno = nil)

+lineno+ should be the line of the Sass template on which the error occurred.
Creates a new SyntaxError.
def initialize(msg, lineno = nil)
  @message = msg
  @sass_line = lineno
end