Sha256: 155d47da3ae12e963f87e8de140ce904bb12385bf267c6147dd7fa50f667aa63
Contents?: true
Size: 302 Bytes
Versions: 20
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module WPScan module Error # Error raised when there is a missing DB file and --no-update supplied class MissingDatabaseFile < Standard def to_s 'Update required, you can not run a scan if a database file is missing.' end end end end
Version data entries
20 entries across 20 versions & 1 rubygems