# File lib/whois/record/parser/scanners/whois.denic.de.rb, line 34
          def parse_throttled
            if @input.match?(/^% Error: 55000000002/)
              @ast["response:throttled"] = true
              @input.skip(/^.+\n/)
            end
          end