Sha256: 63a529dd193c13c7baaab373f6e32b56c656c290a09490266c28594967dfc775
Contents?: true
Size: 260 Bytes
Versions: 51
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module CMSScanner module Error # Used instead of the Timeout::Error class MaxScanDurationReached < Standard # :nocov: def to_s 'Max Scan Duration Reached' end # :nocov: end end end
Version data entries
51 entries across 51 versions & 3 rubygems