Exception: WPScan::Error::MissingDatabaseFile
- 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_s ⇒ Object
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 |