class HTTP::Features::RaiseError

def initialize(ignore: [])

def initialize(ignore: [])
  super()
  @ignore = ignore
end