Exception: CMSScanner::Error::MaxScanDurationReached

Inherits:
Standard
  • Object
show all
Defined in:
lib/cms_scanner/errors/scan.rb

Overview

Used instead of the Timeout::Error

Instance Method Summary collapse

Instance Method Details

#to_sObject

:nocov:



8
9
10
# File 'lib/cms_scanner/errors/scan.rb', line 8

def to_s
  'Max Scan Duration Reached'
end