Sha256: 105aec30215c50fd1e1a1946452582e2a9fbeab8352aa767d2ad165a82de68ce
Contents?: true
Size: 243 Bytes
Versions: 16
Compression:
Stored size: 243 Bytes
Contents
module WPScan # Error raised when there is a missing DB file and --no-update supplied class MissingDatabaseFile < StandardError def to_s 'Update required, you can not run a scan if a database file is missing.' end end end
Version data entries
16 entries across 16 versions & 1 rubygems