Exception: WPScan::NotWordPressError
- Inherits:
-
StandardError
- Object
- StandardError
- WPScan::NotWordPressError
- Defined in:
- lib/wpscan/errors/wordpress.rb
Overview
Not WordPress Error
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |