class WPScan::Error::ChecksumsMismatch

Attributes

db_file[R]

Public Class Methods

new(db_file) click to toggle source
# File lib/wpscan/errors/update.rb, line 15
def initialize(db_file)
  @db_file = db_file
end

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/update.rb, line 19
def to_s
  "#{db_file}: checksums do not match. Please try again in a few minutes."
end