Exception: WPScan::Error::ApiLimitReached

Inherits:
Standard
  • Object
show all
Defined in:
lib/wpscan/errors/vuln_api.rb

Overview

Error raised when the number of API requests has been reached currently not implemented on the API side

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
# File 'lib/wpscan/errors/vuln_api.rb', line 15

def to_s
  'Your API limit has been reached'
end