This commit is contained in:
erwanlr
2018-11-12 15:57:17 +00:00
parent 7442c72d01
commit 4ca46ab3ba
4 changed files with 10 additions and 7 deletions

8
lib/wpscan/errors.rb Normal file
View File

@@ -0,0 +1,8 @@
module WPScan
class Error < StandardError
end
end
require_relative 'errors/http'
require_relative 'errors/update'
require_relative 'errors/wordpress'

View File

@@ -1,7 +1,4 @@
module WPScan
class Error < StandardError
end
# WordPress hosted (*.wordpress.com)
class WordPressHostedError < Error
def to_s