class Spoom::Sorbet::Errors::Parser
def append_error(line)
def append_error(line) raise "Error: Not already parsing an error!" unless @current_error @current_error.more << line end
def append_error(line) raise "Error: Not already parsing an error!" unless @current_error @current_error.more << line end