Exception: Tenable::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/tenable/error.rb

Overview

Raised when an API request exceeds the configured timeout.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Request timed out. Consider increasing the timeout configuration.') ⇒ TimeoutError

Returns a new instance of TimeoutError.



52
53
54
# File 'lib/tenable/error.rb', line 52

def initialize(msg = 'Request timed out. Consider increasing the timeout configuration.')
  super
end