class Steep::AnnotationParser::SyntaxError

def initialize(source:, location:, exn: nil)

def initialize(source:, location:, exn: nil)
  @source = source
  @location = location
  super "Syntax error on annotation: `#{source}`, cause=#{exn.inspect}"
end