# File lib/parser/syntax_error.rb, line 14
    def initialize(diagnostic)
      @diagnostic = diagnostic
      super(diagnostic.message)
    end