class CMSScanner::Error::MaxScanDurationReached
Used instead of the Timeout::Error
Public Instance Methods
Source
# File lib/cms_scanner/errors/scan.rb, line 8 def to_s 'Max Scan Duration Reached' end
:nocov:
Used instead of the Timeout::Error
# File lib/cms_scanner/errors/scan.rb, line 8 def to_s 'Max Scan Duration Reached' end
:nocov: