HELLO v3!!!
This commit is contained in:
8
lib/wpscan/errors/update.rb
Normal file
8
lib/wpscan/errors/update.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
module WPScan
|
||||
# Error raised when there is a missing DB file and --no-update supplied
|
||||
class MissingDatabaseFile < StandardError
|
||||
def to_s
|
||||
'Update required, you can not run a scan if a database file is missing.'
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user