class CMSScanner::Error::MaxScanDurationReached

Used instead of the Timeout::Error

Public Instance Methods

to_s() click to toggle source

:nocov:

# File lib/cms_scanner/errors/scan.rb, line 8
def to_s
  'Max Scan Duration Reached'
end