Exception: CMSScanner::Error::MaxScanDurationReached
- Defined in:
- lib/cms_scanner/errors/scan.rb
Overview
Used instead of the Timeout::Error
Instance Method Summary collapse
-
#to_s ⇒ Object
:nocov:.
Instance Method Details
#to_s ⇒ Object
:nocov:
8 9 10 |
# File 'lib/cms_scanner/errors/scan.rb', line 8 def to_s 'Max Scan Duration Reached' end |