Exception: WPScan::MissingDatabaseFile

Inherits:
StandardError
  • 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



4
5
6
# File 'lib/wpscan/errors/update.rb', line 4

def to_s
  'Update required, you can not run a scan if a database file is missing.'
end