Exception: WPScan::NotWordPressError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wpscan/errors/wordpress.rb

Overview

Not WordPress Error

Instance Method Summary collapse

Instance Method Details

#to_sObject



11
12
13
# File 'lib/wpscan/errors/wordpress.rb', line 11

def to_s
  'The remote website is up, but does not seem to be running WordPress.'
end