class WPScan::Error::MissingDatabaseFile

Error raised when there is a missing DB file and –no-update supplied

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/update.rb, line 7
def to_s
  'Update required, you can not run a scan if a database file is missing.'
end