class WPScan::Error::InvalidApiToken
Error
raised when the token given via –api-token is invalid
Public Instance Methods
to_s()
click to toggle source
# File lib/wpscan/errors/vuln_api.rb, line 7 def to_s 'The API token provided is invalid' end