Exception: WPScan::Error::MissingDatabaseFile

Inherits:
Standard
  • Object
show all
Defined in:
lib/wpscan/errors/update.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# 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