class Prism::Translation::Parser

def valid_error?(error)

want them to block creating the syntax tree.
This is a hook to allow consumers to disable some errors if they don't
def valid_error?(error)
  true
end