Exception: Tenable::ConnectionError
- Defined in:
- lib/tenable/error.rb
Overview
Raised when a network connection to the Tenable API cannot be established.
Instance Method Summary collapse
-
#initialize(msg = 'Connection to Tenable API failed. Check your network and base_url configuration.') ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(msg = 'Connection to Tenable API failed. Check your network and base_url configuration.') ⇒ ConnectionError
Returns a new instance of ConnectionError.
45 46 47 |
# File 'lib/tenable/error.rb', line 45 def initialize(msg = 'Connection to Tenable API failed. Check your network and base_url configuration.') super end |