Exception: Tenable::ConnectionError

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

Overview

Raised when a network connection to the Tenable API cannot be established.

Instance Method Summary collapse

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