class Spoom::Sorbet::Errors::Parser

def initialize

def initialize
  @errors = []
  @current_error = nil
end