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