This commit is contained in:
erwanlr
2019-03-17 06:59:44 +00:00
parent 5088ece8a1
commit 57c99c4a34
3 changed files with 8 additions and 6 deletions

View File

@@ -19,4 +19,10 @@ module WPScan
'The WordPress version is invalid'
end
end
class WpContentDirNotDetected < Error
def to_s
'Unable to identify the wp-content dir, please supply it with --wp-content-dir'
end
end
end