class Sass::SyntaxError

def initialize(msg, attrs = {})

Parameters:
  • attrs ({Symbol => Object}) -- The information in the backtrace entry.
  • msg (String) -- The error message
def initialize(msg, attrs = {})
  @message = msg
  @sass_backtrace = []
  add_backtrace(attrs)
end