lib/wpscan/errors/update.rb in wpscan-3.3.3 vs lib/wpscan/errors/update.rb in wpscan-3.4.0

- old
+ new

@@ -1,7 +1,7 @@ module WPScan # Error raised when there is a missing DB file and --no-update supplied - class MissingDatabaseFile < StandardError + class MissingDatabaseFile < Error def to_s 'Update required, you can not run a scan if a database file is missing.' end end end