Sha256: bbf0d9259b5281617f5cd5e9408dad8d5f2ef2c2879198c4840d10b303115b7e
Contents?: true
Size: 219 Bytes
Versions: 49
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true module WPScan module Error # XML-RPC Not Detected class XMLRPCNotDetected < Standard def to_s 'The XML-RPC Interface was not detected.' end end end end
Version data entries
49 entries across 49 versions & 1 rubygems